tscoverage/dist/npmts.plugins.d.ts

28 lines
930 B
TypeScript
Raw Normal View History

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-07-27 14:08:33 +00:00
export import lodashObject = 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');
export import Q = require('q');
export import shelljs = require('shelljs');
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');