smartrx/ts/smartrx.plugins.ts
2017-11-01 14:59:28 +01:00

16 lines
271 B
TypeScript

import 'typings-global'
import * as events from 'events'
import * as lik from 'lik'
import * as rxjs from 'rxjs'
import * as smartevent from 'smartevent'
import * as smartq from 'smartq'
import 'typings-global'
export {
events,
lik,
rxjs,
smartevent,
smartq
}