smartanalytics/ts/smartanalytics.plugins.ts

8 lines
142 B
TypeScript
Raw Normal View History

2017-02-24 02:00:15 +00:00
import 'typings-global'
import * as smartrequest from 'smartrequest'
import * as smartq from 'smartq'
export {
smartrequest,
smartq
}