smartfile/dist/smartfile.remote.d.ts
2017-01-21 00:47:48 +01:00

15 lines
317 B
TypeScript

import 'typings-global';
export declare let toFs: (from: string, toPath: string) => Promise<{}>;
/**
*
* @param fromArg
* @returns {any}
*/
export declare let toObject: (fromArg: string) => Promise<{}>;
/**
*
* @param fromArg
* @returns {any}
*/
export declare let toString: (fromArg: string) => Promise<{}>;