UNPKG

@nodesecure/js-x-ray

Version:
8 lines 284 B
import type { ESTree } from "meriyah"; import type { Pipeline } from "./Runner.class.ts"; export declare class Deobfuscate implements Pipeline { #private; name: string; walk(body: ESTree.Program["body"]): ESTree.Program["body"]; } //# sourceMappingURL=deobfuscate.d.ts.map