OfficeSystem/node_modules/@climblee/uv-ui/components/uv-qrcode/gcanvas/context-webgl/classUtils.js

3 lines
95 B
JavaScript
Raw Normal View History

2025-10-30 16:42:12 +08:00
export function getTransferedObjectUUID(name, id) {
return `${name.toLowerCase()}-${id}`;
}