Backend half
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
||||
export default { randomUUID };
|
||||
Reference in New Issue
Block a user