smartfile/dist/smartfile.remote.d.ts

14 lines
245 B
TypeScript
Raw Normal View History

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