smartrx/ts/smartrx.plugins.ts

16 lines
271 B
TypeScript
Raw Normal View History

2017-10-26 13:08:34 +00:00
import 'typings-global'
2017-10-26 20:56:01 +00:00
import * as events from 'events'
import * as lik from 'lik'
import * as rxjs from 'rxjs'
2017-11-01 13:59:28 +00:00
import * as smartevent from 'smartevent'
import * as smartq from 'smartq'
import 'typings-global'
2017-10-26 20:56:01 +00:00
export {
events,
lik,
2017-11-01 13:59:28 +00:00
rxjs,
smartevent,
smartq
2017-10-26 20:56:01 +00:00
}