smartfile/dist/smartfile.remote.d.ts

17 lines
424 B
TypeScript
Raw Permalink Normal View History

2016-07-01 04:07:58 +00:00
/// <reference types="q" />
2016-09-20 15:56:49 +00:00
import 'typings-global';
import plugins = require('./smartfile.plugins');
2016-09-17 21:11:44 +00:00
export declare let toFs: (from: string, toPath: string) => plugins.q.Promise<{}>;
2016-05-01 21:19:54 +00:00
/**
*
* @param fromArg
* @returns {any}
*/
2016-09-17 21:11:44 +00:00
export declare let toObject: (fromArg: string) => plugins.q.Promise<{}>;
2016-05-01 21:19:54 +00:00
/**
*
* @param fromArg
* @returns {any}
*/
2016-09-17 21:11:44 +00:00
export declare let toString: (fromArg: string) => plugins.q.Promise<{}>;