smartanalytics/ts/smartanalytics.plugins.ts

9 lines
143 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
2017-08-23 12:55:11 +00:00
}