7 lines
213 B
TypeScript
7 lines
213 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';
|
|
export { smartq, events, lodash, minimatch };
|