mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
7 lines
174 B
JavaScript
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 };
|