2016-07-01 00:28:34 +00:00
|
|
|
import "typings-global";
|
|
|
|
export import beautylog = require("beautylog");
|
2016-07-28 01:10:51 +00:00
|
|
|
export declare let depcheck: any;
|
|
|
|
export import gulp = require("gulp");
|
2016-07-01 00:28:34 +00:00
|
|
|
export declare let g: {
|
2016-07-15 16:18:11 +00:00
|
|
|
babel: any;
|
2016-07-16 17:05:12 +00:00
|
|
|
istanbul: any;
|
2016-07-01 00:28:34 +00:00
|
|
|
gFunction: any;
|
2016-07-15 16:18:11 +00:00
|
|
|
injectModules: any;
|
2016-07-01 00:28:34 +00:00
|
|
|
mocha: any;
|
2016-07-08 02:00:52 +00:00
|
|
|
sourcemaps: any;
|
2016-07-14 22:38:41 +00:00
|
|
|
typedoc: any;
|
2016-07-01 00:28:34 +00:00
|
|
|
};
|
2016-07-27 14:08:33 +00:00
|
|
|
export import lodashObject = require('lodash');
|
2016-07-17 15:13:47 +00:00
|
|
|
export import npmextra = require("npmextra");
|
2016-07-01 00:28:34 +00:00
|
|
|
export import projectinfo = require("projectinfo");
|
|
|
|
export import path = require("path");
|
|
|
|
export import Q = require("q");
|
|
|
|
export import shelljs = require("shelljs");
|
|
|
|
export import smartcli = require("smartcli");
|
2016-07-23 00:05:56 +00:00
|
|
|
export import smartcov = require("smartcov");
|
2016-07-01 00:28:34 +00:00
|
|
|
export import smartenv = require("smartenv");
|
|
|
|
export import smartfile = require("smartfile");
|
|
|
|
export import smartpath = require("smartpath");
|
|
|
|
export import smartstring = require("smartstring");
|
|
|
|
export declare let sourceMapSupport: any;
|
2016-07-01 03:58:51 +00:00
|
|
|
export import tsn = require("tsn");
|