Files
emaui/node_modules/@module-federation/managers/dist/constant.mjs
2026-05-29 15:23:46 +03:00

7 lines
174 B
JavaScript

;// CONCATENATED MODULE: ./src/constant.ts
const LOCAL_BUILD_VERSION = 'local';
const UNKNOWN_MODULE_NAME = 'UNKNOWN';
export { LOCAL_BUILD_VERSION, UNKNOWN_MODULE_NAME };