Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

arc-archive/uuid

Repository files navigation

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