2016-07-01 04:07:58 +00:00
|
|
|
/// <reference types="q" />
|
2016-05-23 06:15:47 +00:00
|
|
|
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<{}>;
|