Skip to content

jabranr/unique-user-id

Repository files navigation

Unique User ID

Generate a unique ID using the UNIX timestamp and random numbers.

Usage

Install package

npm install unique-user-id

Use it generate an ID

import uniqueUserId from 'unique-user-id';

Run tests

Requires node v20 test runner.

npm t

License

MIT License

© 2023 - Jabran Rafique