Skip to content

Instantly share code, notes, and snippets.

@ckuijjer
Last active December 27, 2020 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ckuijjer/dab6abddf55e659a80955fac6e0bc7b7 to your computer and use it in GitHub Desktop.
Save ckuijjer/dab6abddf55e659a80955fac6e0bc7b7 to your computer and use it in GitHub Desktop.
hello-codeswing
{
"scripts": [
"https://cdnjs.cloudflare.com/ajax/libs/uuid/8.3.2/uuid.min.js"
],
"styles": [],
"showConsole": true
}
import { v4 as uuidv4 } from "uuid";
console.log(v4());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment