smartrx/ts/smartrx.plugins.ts

8 lines
259 B
TypeScript
Raw Normal View History

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