2016-09-06 15:21:25 +00:00
|
|
|
import 'typings-global';
|
|
|
|
export import beautylog = require('beautylog');
|
2016-07-28 01:10:51 +00:00
|
|
|
export declare let depcheck: any;
|
2016-09-06 15:21:25 +00:00
|
|
|
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-09-18 11:08:31 +00:00
|
|
|
export import lodash = require('lodash');
|
2016-09-06 15:21:25 +00:00
|
|
|
export import npmextra = require('npmextra');
|
|
|
|
export import projectinfo = require('projectinfo');
|
|
|
|
export import path = require('path');
|
2016-09-22 21:23:16 +00:00
|
|
|
export import q = require('q');
|
2016-09-06 15:21:25 +00:00
|
|
|
export import shelljs = require('shelljs');
|
2016-09-22 21:23:16 +00:00
|
|
|
export import smartchok = require('smartchok');
|
2016-09-06 15:21:25 +00:00
|
|
|
export import smartcli = require('smartcli');
|
|
|
|
export import smartcov = require('smartcov');
|
|
|
|
export import smartenv = require('smartenv');
|
|
|
|
export import smartfile = require('smartfile');
|
|
|
|
export import smartpath = require('smartpath');
|
|
|
|
export import smartstring = require('smartstring');
|
2016-07-01 00:28:34 +00:00
|
|
|
export declare let sourceMapSupport: any;
|
2016-09-06 15:21:25 +00:00
|
|
|
export import tsn = require('tsn');
|