Skip to content

Instantly share code, notes, and snippets.

@wont-stream
Created June 7, 2024 22:43
Show Gist options
  • Save wont-stream/a438c3535058bb9e4ab8d492e00de3d9 to your computer and use it in GitHub Desktop.
Save wont-stream/a438c3535058bb9e4ab8d492e00de3d9 to your computer and use it in GitHub Desktop.
const generateId = () => `${performance.now()}${Math.random().toString().slice(5)}`.replace('.','')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment