UNPKG

javascript-obfuscator

Version:
12 lines (10 loc) 176 B
export interface IASTParserFacadeInputData { /** * @type {string} */ sourceCode: string; /** * @type {string} */ inputFilePath?: string; }