8 lines
248 B
TypeScript
8 lines
248 B
TypeScript
import 'typings-global';
|
|
import * as smartq from 'smartq';
|
|
import * as events from 'events';
|
|
import * as lodash from 'lodash';
|
|
import * as minimatch from 'minimatch';
|
|
import * as rx from 'rxjs/Rx';
|
|
export { smartq, events, lodash, minimatch, rx };
|