8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
![]() |
// pushrocks scope
|
||
|
import * as smartenv from '@push.rocks/smartenv';
|
||
|
import * as smartjson from '@push.rocks/smartjson';
|
||
|
|
||
|
export {
|
||
|
smartenv,
|
||
|
smartjson
|
||
|
};
|