smartrx/ts/smartrx.plugins.ts
2018-12-11 00:47:46 +01:00

8 lines
270 B
TypeScript

import * as events from 'events';
import * as lik from '@pushrocks/lik';
import * as rxjs from 'rxjs';
import * as smartevent from '@pushrocks/smartevent';
import * as smartpromise from '@pushrocks/smartpromise';
export { events, lik, rxjs, smartevent, smartpromise };