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

9 lines
268 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 };