tscoverage/dist/npmts.plugins.d.ts

30 lines
1.0 KiB
TypeScript
Raw Normal View History

2016-09-06 15:21:25 +00:00
import 'typings-global';
2016-10-02 18:35:13 +00:00
import * as beautylog from 'beautylog';
declare let depcheck: any;
import * as gulp from 'gulp';
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-10-02 18:35:13 +00:00
import * as lodash from 'lodash';
import * as npmextra from 'npmextra';
import * as projectinfo from 'projectinfo';
import * as path from 'path';
import * as shelljs from 'shelljs';
import * as smartchok from 'smartchok';
import * as smartcli from 'smartcli';
import * as smartcov from 'smartcov';
import * as smartenv from 'smartenv';
import * as smartfile from 'smartfile';
import * as smartpath from 'smartpath';
import * as smartstream from 'smartstream';
import * as smartstring from 'smartstring';
2016-07-01 00:28:34 +00:00
export declare let sourceMapSupport: any;
2016-10-02 18:35:13 +00:00
import * as tsn from 'tsn';
export { beautylog, depcheck, gulp, g, lodash, npmextra, projectinfo, path, shelljs, smartchok, smartcli, smartcov, smartenv, smartfile, smartpath, smartstream, smartstring, tsn };