mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-23 06:51:52 +02:00
4 lines
206 B
TypeScript
4 lines
206 B
TypeScript
|
import { RimrafOptions } from '.';
|
||
|
export declare const rimrafNative: (path: string, opt: RimrafOptions) => Promise<void>;
|
||
|
export declare const rimrafNativeSync: (path: string, opt: RimrafOptions) => void;
|