4.0.0 • Published 3 years ago

@advanced-rest-client/uuid v4.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

UUID

An UUID generator as an ES module. Made for a web browser.

Published on NPM

Tests and publishing

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