smartrx/dist/smartrx.plugins.d.ts

9 lines
268 B
TypeScript
Raw Permalink Normal View History

2017-10-26 20:56:01 +00:00
import 'typings-global';
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';
export { events, lik, rxjs, smartevent, smartq };