UNPKG

javascript-obfuscator

Version:
19 lines (15 loc) 352 B
import * as ESTree from 'estree'; export interface IObjectExpressionExtractorResult { /** * @type {Node} */ nodeToReplace: ESTree.Node; /** * @type {Statement} */ objectExpressionHostStatement: ESTree.Statement; /** * @type {ObjectExpression} */ objectExpressionNode: ESTree.ObjectExpression; }