UNPKG

javascript-obfuscator

Version:
12 lines (10 loc) 171 B
export interface ISourceCode { /** * @returns string */ getSourceCode (): string; /** * @returns string */ getSourceMap (): string; }