Files
smarthash/ts_web/plugins.ts
T

8 lines
157 B
TypeScript
Raw Permalink Normal View History

// pushrocks scope
import * as smartenv from '@push.rocks/smartenv';
import * as smartjson from '@push.rocks/smartjson';
export {
smartenv,
smartjson
};