2019-08-20 16:42:52 +00:00
|
|
|
// node native scope
|
2019-08-20 20:26:44 +00:00
|
|
|
import * as http from 'http';
|
2019-08-20 16:42:52 +00:00
|
|
|
import * as https from 'https';
|
|
|
|
|
2019-08-20 20:26:44 +00:00
|
|
|
export { http, https };
|
2019-08-20 16:42:52 +00:00
|
|
|
|
2019-08-21 01:14:42 +00:00
|
|
|
// pushrocks scope
|
|
|
|
import * as smartrequest from '@pushrocks/smartrequest';
|
2019-08-20 16:42:52 +00:00
|
|
|
|
2019-08-21 01:14:42 +00:00
|
|
|
export {
|
|
|
|
smartrequest
|
|
|
|
};
|