lik/ts/lik.plugins.ts

8 lines
273 B
TypeScript
Raw Normal View History

2018-07-15 14:04:27 +00:00
import * as events from 'events';
import * as lodash from 'lodash';
import * as minimatch from 'minimatch';
import * as smartpromise from '@pushrocks/smartpromise';
const symbolTree = require('symbol-tree');
2017-06-30 16:01:35 +00:00
2018-07-15 14:04:27 +00:00
export { events, lodash, minimatch, smartpromise, symbolTree };