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