tscoverage/dist/npmts.plugins.d.ts

18 lines
766 B
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 lodash from 'lodash';
import * as npmextra from 'npmextra';
import * as projectinfo from 'projectinfo';
import * as path from 'path';
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-10-21 15:48:52 +00:00
import * as smartsystem from 'smartsystem';
2016-07-01 00:28:34 +00:00
export declare let sourceMapSupport: any;
2016-10-21 15:48:52 +00:00
export { beautylog, depcheck, lodash, npmextra, projectinfo, path, smartcli, smartcov, smartenv, smartfile, smartpath, smartstream, smartstring, smartsystem };