tscoverage/ts/npmts.plugins.ts

36 lines
850 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'
let depcheck = require('depcheck')
2016-10-20 20:57:32 +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'
2017-03-04 22:44:16 +00:00
import * as smartanalytics from 'smartanalytics'
2016-10-02 18:35:13 +00:00
import * as smartcli from 'smartcli'
2017-06-09 14:25:49 +00:00
import * as smarterror from 'smarterror'
2016-10-02 18:35:13 +00:00
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-11-25 12:03:41 +00:00
import * as through2 from 'through2'
2016-10-02 18:35:13 +00:00
export {
beautylog,
depcheck,
lodash,
npmextra,
projectinfo,
path,
2017-03-04 22:44:16 +00:00
smartanalytics,
2016-10-02 18:35:13 +00:00
smartcli,
2017-06-09 14:25:49 +00:00
smarterror,
2016-10-02 18:35:13 +00:00
smartfile,
smartpath,
smartstream,
smartstring,
2016-11-25 12:03:41 +00:00
smartsystem,
through2
2016-10-02 18:35:13 +00:00
}