lik/dist/lik.plugins.d.ts
2017-11-20 09:26:13 +01:00

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 };