smartgulp/ts/smartgulp.plugins.ts

14 lines
268 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'
2018-02-15 23:46:55 +00:00
import * as through2 from 'through2'
2017-04-28 23:39:14 +00:00
export {
2017-04-29 22:25:31 +00:00
lodash,
smartevent,
smartfile,
2018-02-15 23:46:55 +00:00
smartstream,
through2
2017-04-29 22:25:31 +00:00
}