smartenv/ts/smartenv.plugins.ts

9 lines
100 B
TypeScript
Raw Normal View History

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