MCPcopy Create free account
hub / github.com/PaulleDemon/PyUIBuilder / UID

Function UID

src/utils/uid.js:2–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1
2export function UID(){
3 return Date.now().toString(36) + Math.random().toString(36).substr(2)
4}

Callers 1

canvas.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected