1.0.2 • Published 5 years ago

rsuid v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

rsuid

Always generate unique id based on time

Installation

npm install rsuid

Example

let rsuid = require('rsuid');

console.log(rsuid.get());

This will return a short unique id:

"1eJn0NVlh"
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago