lik/ts/lik.plugins.ts

15 lines
252 B
TypeScript
Raw Normal View History

import 'typings-global'
2017-10-24 11:19:52 +00:00
import * as smartq from 'smartq'
import * as events from 'events'
import * as lodash from 'lodash'
import * as minimatch from 'minimatch'
import * as rx from 'rxjs/Rx'
2017-06-30 16:01:35 +00:00
2017-10-24 11:19:52 +00:00
export {
smartq,
events,
lodash,
minimatch,
rx
2017-06-30 16:01:35 +00:00
}