smartfile/dist/smartfile.fsaction.d.ts

6 lines
279 B
TypeScript
Raw Normal View History

import "typings-global";
2016-05-01 21:19:54 +00:00
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;