smartenv/ts/smartenv.plugins.ts

9 lines
125 B
TypeScript
Raw Normal View History

2016-11-21 10:58:37 +00:00
import 'typings-global'
import * as smartq from 'smartq'
import * as lodash from 'lodash'
2016-02-18 12:16:12 +00:00
2016-11-21 10:58:37 +00:00
export {
smartq,
lodash
2016-11-21 10:58:37 +00:00
}