tscoverage/dist/npmts.plugins.d.ts

28 lines
1.2 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';
2016-10-20 20:57:32 +00:00
import * as gulpBabel from 'gulp-babel';
import * as gulpIstanbul from 'gulp-istanbul';
import * as gulpFunction from 'gulp-function';
declare let gulpInjectModules: any;
import * as gulpMocha from 'gulp-mocha';
import * as gulpSourcemaps from 'gulp-sourcemaps';
declare let gulpTypedoc: any;
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';
2016-10-20 20:57:32 +00:00
export { beautylog, depcheck, gulp, gulpBabel, gulpFunction, gulpInjectModules, gulpIstanbul, gulpMocha, gulpSourcemaps, gulpTypedoc, lodash, npmextra, projectinfo, path, shelljs, smartchok, smartcli, smartcov, smartenv, smartfile, smartpath, smartstream, smartstring, tsn };