9 lines
165 B
TypeScript
9 lines
165 B
TypeScript
|
// pushrocks scope
|
||
|
import * as smartrequest from '@pushrocks/smartrequest';
|
||
|
import * as smarturl from '@pushrocks/smarturl';
|
||
|
|
||
|
export {
|
||
|
smartrequest,
|
||
|
smarturl
|
||
|
};
|