7 lines
92 B
TypeScript
7 lines
92 B
TypeScript
// pushrocks scope
|
|
import * as smartenv from '@pushrocks/smartenv';
|
|
|
|
export {
|
|
smartenv
|
|
};
|