8 lines
256 B
TypeScript
8 lines
256 B
TypeScript
import 'typings-global';
|
|
import * as events from 'events';
|
|
import * as lodash from 'lodash';
|
|
import * as minimatch from 'minimatch';
|
|
import * as smartq from 'smartq';
|
|
declare const symbolTree: any;
|
|
export { events, lodash, minimatch, smartq, symbolTree };
|