An UUID generator as an ES module. Made for a web browser.
npm install --save @advanced-rest-client/uuid
import { v4 } from '@advanced-rest-client/uuid';
console.log(v4());
git clone https://github.com/advanced-rest-client/uuid
cd uuid
npm install
npm test