mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-23 02:41:52 +02:00
2 lines
323 B
TypeScript
2 lines
323 B
TypeScript
export declare const rimrafManual: ((path: string, opt: import("./index.js").RimrafOptions) => Promise<any>) | ((path: string, opt: import("./index.js").RimrafOptions, state?: symbol) => Promise<void>);
|
|
export declare const rimrafManualSync: (path: string, opt: import("./index.js").RimrafOptions, state?: symbol) => void;
|