v4-uuid
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

v4-uuid

Simple Version 4 (random) UUID generator for browser, without any dependencies. Calls Math.random() twice to generate a single UUID.

Usage

npm i v4-uuid

now

import uuid from 'v4-uuid';
 
console.log(uuid())

License

Unlicense — public domain.

/v4-uuid/

    Package Sidebar

    Install

    npm i v4-uuid

    Weekly Downloads

    252

    Version

    1.1.0

    License

    Unlicense

    Unpacked Size

    4.82 kB

    Total Files

    8

    Last publish

    Collaborators

    • streamich