cs-unique-id
v2.5.5
Published
This package use to create a unique id like mongoDB Data ID.
Downloads
5
Maintainers
Readme
CS Unique ID
This package used to create a unique ID like MongoDB.
Installation
To install this package, first you need node js. Then you nee to follow
$ npm install cs-unique-id
Usage
import createUuID from "./csuniqueid";
console.log(createUuID());