npmextra/ts/npmextra.plugins.ts

19 lines
379 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 smartpath from 'smartpath'
import * as smartq from 'smartq'
import * as taskbuffer from 'taskbuffer'
export {
beautylog,
path,
smartfile,
smartpath,
smartq,
smartlodash,
taskbuffer
}