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