@advanced-rest-client/uuid
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @advanced-rest-client/uuid

Weekly Downloads

8

Version

4.0.0

License

Apache-2.0

Unpacked Size

14 kB

Total Files

8

Last publish

Collaborators

  • jarrodek
  • twoplustwoone
  • lbauret
  • carowright