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