webcrack
Version:
Deobfuscate, unminify and unpack bundled javascript
5 lines • 302 B
TypeScript
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