smartanalytics/ts/smartanalytics.plugins.ts

8 lines
161 B
TypeScript
Raw Normal View History

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