Skip to content

tarsislimadev/uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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