smartgulp/ts/smartgulp.plugins.ts

12 lines
219 B
TypeScript
Raw Normal View History

2017-04-29 22:25:31 +00:00
import * as smartevent from 'smartevent'
import * as smartfile from 'smartfile'
2017-04-28 23:39:14 +00:00
import * as smartstream from 'smartstream'
2017-04-29 22:25:31 +00:00
import * as lodash from 'lodash'
2017-04-28 23:39:14 +00:00
export {
2017-04-29 22:25:31 +00:00
lodash,
smartevent,
smartfile,
2017-04-28 23:39:14 +00:00
smartstream
2017-04-29 22:25:31 +00:00
}