Files
smartanalytics/ts/smartanalytics.plugins.ts

8 lines
161 B
TypeScript
Raw Normal View History

2018-10-28 23:29:45 +01:00
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartpromise from '@pushrocks/smartpromise';
2017-02-24 03:00:15 +01:00
export {
smartrequest,
2018-10-28 23:29:45 +01:00
smartpromise
2017-08-23 14:55:11 +02:00
}