UNPKG

anobis

Version:
10 lines (8 loc) 222 B
import * as ESTree from 'estree'; export interface IObfuscatingReplacer <T = ESTree.Node> { /** * @param nodeValue * @param nodeIdentifier */ replace (nodeValue: any, nodeIdentifier?: number): T; }