Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.01 KB

@brtmvdl/uuid

Easy UUID Node.js library

GitHub Workflow Status (with event) github/license github/stars

social & donate

Donate - Telegram - Discord

install

# bash

npm i @brtmvdl/uuid

how to use

// index.js

const { v4: uuid } = require('@brtmvdl/uuid')

console.log(`uuid: ${uuid()}`)
# bash

node index.js

License

MIT