CodeCommitsIssuesPull requestsActionsInsightsSecurity
f9d875e65207dcc5a0b9acca93518a385b466fa6

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

app/lib/unique-id.js

3lines · modepreview

export default function uniqueID() {
  return Math.random().toString(36).substring(15)
}