Very usefull UUID generator with lot’s of functionality
pnpm add dev-unique-id
or
npm i dev-unique-id --save
import { uniqueID } from "dev-unique-id";
// or
const { uniqueID } = require("dev-unique-id");
console.log(uniqueID()); // you can also pass length of id
// here is an example of pass length
console.log(uniqueID(5));
This package was created by Sabbir Hossain Shuvo. And the GitHub profile is https://github.com/devlopersabbir.
MIT
For support just Buy Me A Coffee https://www.buymeacoffee.com/devlopersabbir
Since this package is fully open-source so, if you would like to contribute to this project, please follow these steps:
pnpm install
I will be happy to marge