Generate a unique ID using the UNIX timestamp and random numbers.
Install package
npm install unique-user-id
Use it generate an ID
import uniqueUserId from 'unique-user-id';
Requires node v20 test runner.
npm t
MIT License
© 2023 - Jabran Rafique