export default function uniqueID() {
return Math.random().toString(36).substring(15)
}cloudflare/InstantPlugin
Publicmirrored fromhttps://github.com/cloudflare/InstantPlugin
app/lib/unique-id.js
3lines · modepreview
9 years ago
mirrored fromhttps://github.com/cloudflare/InstantPlugin
3lines · modepreview
export default function uniqueID() {
return Math.random().toString(36).substring(15)
}