UNPKG

javascript-obfuscator

Version:
5 lines (4 loc) 90 B
export interface ISourceCode { getSourceCode(): string; getSourceMap(): string; }