lite-uuid-v4
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/lite-uuid-v4 package

1.0.0 • Public • Published

lite-uuid-v4

This is the slice of popular npm package uuid The uuid package hosts all versions of UUID - 1,2,3,4,5 and probably will host future versions as well. Yet what I often need is the UUID v4. Which is known as a random string.

npm i lite-uuid-v4

const uuid = require('lite-uuid-v4');
console.log('Uuid v4: ', uuid())

Readme

Keywords

Package Sidebar

Install

npm i lite-uuid-v4

Weekly Downloads

7

Version

1.0.0

License

MIT

Unpacked Size

3.27 kB

Total Files

6

Last publish

Collaborators

  • liesislukas