smartgulp/ts/smartgulp.plugins.ts
2017-04-30 00:25:31 +02:00

12 lines
219 B
TypeScript

import * as smartevent from 'smartevent'
import * as smartfile from 'smartfile'
import * as smartstream from 'smartstream'
import * as lodash from 'lodash'
export {
lodash,
smartevent,
smartfile,
smartstream
}