Files
smartanalytics/ts/smartanalytics.plugins.ts

9 lines
143 B
TypeScript
Raw Normal View History

2017-02-24 03:00:15 +01:00
import 'typings-global'
import * as smartrequest from 'smartrequest'
import * as smartq from 'smartq'
export {
smartrequest,
smartq
2017-08-23 14:55:11 +02:00
}