lik/dist/lik.plugins.d.ts

7 lines
231 B
TypeScript

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