README
v4-uuid
Simple Version 4 (random) UUID generator for browser, without any dependencies.
Calls Math.random()
twice to generate a single UUID.
Usage
npm i v4-uuid
now
import uuid from 'v4-uuid';
console.log(uuid())
License
Unlicense — public domain.