UNPKG

webcrack

Version:

Deobfuscate, unminify and unpack bundled javascript

5 lines 302 B
import type { Binding, NodePath } from '@babel/traverse'; import * as t from '@babel/types'; export declare function renameFast(binding: Binding, newName: string): void; export declare function renameParameters(path: NodePath<t.Function>, newNames: string[]): void; //# sourceMappingURL=rename.d.ts.map