smartfile/dist/smartfile.remote.d.ts

23 lines
557 B
TypeScript
Raw Permalink Normal View History

2016-07-01 04:07:58 +00:00
/// <reference types="q" />
import "typings-global";
2016-07-01 04:07:58 +00:00
import plugins = require("./smartfile.plugins");
export declare let toFs: (from: string, toPath: string) => plugins.Q.Promise<{}>;
2016-05-01 21:19:54 +00:00
/**
*
* @param filePathArg
* @returns {*}
*/
export declare let toGulpStreamSync: (filePathArg: string, baseArg: string) => any;
/**
*
* @param fromArg
* @returns {any}
*/
2016-07-01 04:07:58 +00:00
export declare let toObject: (fromArg: string) => plugins.Q.Promise<{}>;
2016-05-01 21:19:54 +00:00
/**
*
* @param fromArg
* @returns {any}
*/
2016-07-01 04:07:58 +00:00
export declare let toString: (fromArg: string) => plugins.Q.Promise<{}>;