@jmcdo29/juid
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

genUUID

Build Status codecov

A quick Node package to generate a version 4 variant 1 UUID.


To install the package run npm install @jmcdo/juid or yarn install @jmcdo/juid.

Import the package

into TypeScript with

import { genUUID } from '@jmcdo/juid';

or into JavaScript with

const genuuid = require('@jmcdo/juid');

Use the function

in TypeScript with

const id = genUUid();

and in JavaScript with

const id = genuuid.genUUID();

Readme

Keywords

Package Sidebar

Install

npm i @jmcdo29/juid

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

5.98 kB

Total Files

7

Last publish

Collaborators

  • jmcdo29