smartenv/ts/smartenv.plugins.ts

9 lines
100 B
TypeScript

import 'typings-global'
import * as Q from 'q'
import * as _ from 'lodash'
export {
Q,
_
}