UNPKG

javascript-obfuscator

Version:
7 lines (6 loc) 464 B
import { TCustomCodeHelpersGroupAppendMethodName } from './TCustomCodeHelpersGroupAppendMethodName'; import { TNodeWithStatements } from '../node/TNodeWithStatements'; import { ICallsGraphData } from '../../interfaces/analyzers/calls-graph-analyzer/ICallsGraphData'; export type TCustomCodeHelpersGroupAppendMethods = { [key in TCustomCodeHelpersGroupAppendMethodName]?: (nodeWithStatements: TNodeWithStatements, callsGraphData: ICallsGraphData[]) => void; };