lik/ts/lik.plugins.ts

13 lines
216 B
TypeScript

import 'typings-global'
import * as smartq from 'smartq'
import * as events from 'events'
import * as lodash from 'lodash'
import * as minimatch from 'minimatch'
export {
smartq,
events,
lodash,
minimatch
}