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

15 lines
272 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'
const symbolTree = require('symbol-tree')
export {
events,
lodash,
minimatch,
smartq,
symbolTree
}