lik/ts/lik.plugins.ts
2017-10-24 13:19:52 +02:00

15 lines
252 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'
import * as rx from 'rxjs/Rx'
export {
smartq,
events,
lodash,
minimatch,
rx
}