cross-uuid

1.0.0 • Public • Published

Cross uuid

The cross environment uuid generator that works in node and browser environment

Install

    npm install cross-uuid

How to use

NodeJS

    const UUID = require('cross-uuid');
    const uuid = UUID.generate();  

Browser

    import UUID from '/node_modules/cross-uuid/browser/main.js';
    const uuid = UUID.generate();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    3

Package Sidebar

Install

npm i cross-uuid

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

3.18 kB

Total Files

5

Last publish

Collaborators

  • millerrabin