Files
smartconfig/ts/npmextra.plugins.ts

19 lines
379 B
TypeScript
Raw Permalink Normal View History

2016-09-16 22:28:38 +02:00
import 'typings-global'
2017-07-12 15:30:49 +02:00
import * as beautylog from 'beautylog'
import * as path from 'path'
import * as smartfile from 'smartfile'
import smartlodash from 'smartlodash'
2017-07-12 17:13:29 +02:00
import * as smartpath from 'smartpath'
2017-07-12 15:30:49 +02:00
import * as smartq from 'smartq'
import * as taskbuffer from 'taskbuffer'
export {
beautylog,
path,
smartfile,
2017-07-12 17:13:29 +02:00
smartpath,
2017-07-12 15:30:49 +02:00
smartq,
smartlodash,
taskbuffer
}