npmextra/ts/npmextra.plugins.ts
2017-07-12 15:30:49 +02:00

17 lines
327 B
TypeScript

import 'typings-global'
import * as beautylog from 'beautylog'
import * as path from 'path'
import * as smartfile from 'smartfile'
import smartlodash from 'smartlodash'
import * as smartq from 'smartq'
import * as taskbuffer from 'taskbuffer'
export {
beautylog,
path,
smartfile,
smartq,
smartlodash,
taskbuffer
}