Skip to content

herber/rand-id

Repository files navigation

rand-id Build Status Codestyle fyi

a simple uid generator

Install

$ npm install --save rand-id

Usage

const randId = require('rand-id');

randId(20);
//=> 'JzVfNN3GWuv4LxJegFQI'

API

randId(length)

length

Type: number

Number of random characters.

License

MIT © Tobias Herber

About

A simple uid generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published