streamline package

This commit is contained in:
2017-05-17 15:59:10 +02:00
parent 47f840841c
commit ab33e97c8d
24 changed files with 370 additions and 1883 deletions

View File

@@ -1,8 +1,10 @@
import 'typings-global'
import * as smartparam from 'smartparam'
import * as smartq from 'smartq'
import * as lodash from 'lodash'
export {
smartq,
lodash
lodash,
smartparam,
smartq
}