UNPKG

anobis

Version:
10 lines (8 loc) 201 B
import * as ESTree from 'estree'; export interface IObfuscator { /** * @param astTree * @returns ESTree.Program */ obfuscateAstTree (astTree: ESTree.Program): ESTree.Program; }