2016-05-23 08:15:47 +02:00
|
|
|
import "typings-global";
|
2016-05-01 23:19:54 +02: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;
|