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