UNPKG

javascript-obfuscator

Version:
5 lines (4 loc) 149 B
import * as ESTree from 'estree'; export interface IThroughIdentifierReplacer { replace(identifierNode: ESTree.Identifier): ESTree.Identifier; }