5 lines
254 B
TypeScript
5 lines
254 B
TypeScript
|
export declare let copy: (fromArg: string, toArg: string) => any;
|
||
|
export declare let copySync: (fromArg: string, toArg: string) => boolean;
|
||
|
export declare let remove: (pathArg: string) => any;
|
||
|
export declare let removeSync: (pathArg: string) => boolean;
|