Skip to content

milosz7/id-generator

Repository files navigation

Random id generator

Usage:

const randomId = require('@milosz7/id-generator')

const id = randomId(5);
// 2@AxY

The randomId function can take arguments in range from 5 to 10. Passing a number outside that range will result in defaulting the input to the min/max value.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published