system change

This commit is contained in:
2018-03-03 13:57:55 +01:00
parent 48a9affa47
commit 96a5142409
4 changed files with 44 additions and 46 deletions

View File

@@ -1,13 +1,7 @@
import * as smartevent from 'smartevent'
import * as smartfile from 'smartfile'
import * as smartstream from 'smartstream'
import * as lodash from 'lodash'
import * as through2 from 'through2'
import * as smartevent from 'smartevent';
import * as smartfile from 'smartfile';
import * as smartstream from 'smartstream';
import * as lodash from 'lodash';
import * as through2 from 'through2';
export {
lodash,
smartevent,
smartfile,
smartstream,
through2
}
export { lodash, smartevent, smartfile, smartstream, through2 };