2016-05-30 00:29:30 +00:00
|
|
|
import "typings-global";
|
|
|
|
export import beautylog = require("beautylog");
|
|
|
|
export declare let commander: any;
|
2016-06-05 02:48:39 +00:00
|
|
|
export declare let gulp: any;
|
2016-06-05 03:16:14 +00:00
|
|
|
export declare let gulpFunction: any;
|
2016-06-05 02:48:39 +00:00
|
|
|
export import path = require("path");
|
2016-06-09 01:42:12 +00:00
|
|
|
export import projectinfo = require("projectinfo");
|
2016-05-30 00:29:30 +00:00
|
|
|
export declare let q: any;
|
2016-06-01 05:18:30 +00:00
|
|
|
export declare let request: any;
|
2016-05-30 00:29:30 +00:00
|
|
|
export declare let shelljs: any;
|
2016-06-23 20:22:03 +00:00
|
|
|
export import smartfile = require("smartfile");
|
|
|
|
export import smartparam = require("smartparam");
|
2016-06-05 02:48:39 +00:00
|
|
|
export import smartssh = require("smartssh");
|
2016-06-02 23:58:37 +00:00
|
|
|
export import smartstring = require("smartstring");
|
2016-06-05 05:27:58 +00:00
|
|
|
export declare let through2: any;
|