smartrx/ts/smartrx.plugins.ts

8 lines
270 B
TypeScript
Raw Normal View History

import * as events from 'events';
import * as lik from '@pushrocks/lik';
import * as rxjs from 'rxjs';
2018-12-10 23:47:46 +00:00
import * as smartevent from '@pushrocks/smartevent';
import * as smartpromise from '@pushrocks/smartpromise';
2017-10-26 20:56:01 +00:00
export { events, lik, rxjs, smartevent, smartpromise };