lik/dist/lik.plugins.d.ts

7 lines
231 B
TypeScript
Raw Normal View History

import * as events from "events";
import * as lodash from "lodash";
import * as minimatch from "minimatch";
import * as smartq from "smartq";
2017-11-20 08:26:13 +00:00
declare const symbolTree: any;
export { events, lodash, minimatch, smartq, symbolTree };