1.0.0 • Published 1 year ago
create-random-id v1.0.0
Installation
npm i create-id
What is it?
An module to create random IDs
Why?
- Fast
- Customizable
How do i use it?
// Importing for Node JS
import { randomId } from 'create-random-id';
// filters
const length = 18; // length of the id
const type = "letter" || ["letter", "number","symbol"]; // types of symbol to use for our id
// Create a random ID
const id = randomId();
const id2 = randomId(length, type);
Support
for support or issues or queries contace me on my discord server or create a issue here.
2.0.0-beta.0
1 year ago
1.0.0
4 years ago