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