This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
export function createId(prefixOrUid, uid) {
|
||||
if (uid === undefined)
|
||||
return `bits-${prefixOrUid}`;
|
||||
return `bits-${prefixOrUid}-${uid}`;
|
||||
}
|
||||
Reference in New Issue
Block a user