smartfile/dist/smartfile.remote.d.ts

14 lines
245 B
TypeScript
Raw Normal View History

2016-09-20 15:56:49 +00:00
import 'typings-global';
2016-05-01 21:19:54 +00:00
/**
*
* @param fromArg
* @returns {any}
*/
2017-01-20 23:47:48 +00:00
export declare let toObject: (fromArg: string) => Promise<{}>;
2016-05-01 21:19:54 +00:00
/**
*
* @param fromArg
* @returns {any}
*/
2017-01-20 23:47:48 +00:00
export declare let toString: (fromArg: string) => Promise<{}>;