yldio / rnd-id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rnd-id

npm License: MPL 2.0 standard-readme compliant Greenkeeper badge

David David

Generate a random alphabetical string.

Table of Contents

Install

yarn add --dev rnd-id

Usage

const rndId = require('rnd-id');

console.log(rndId()); // kbtpZ
console.log(rndId()); // cuBuLn
console.log(rndId()); // sPwzn
console.log(rndId()); // kKUko
console.log(rndId()); // czzpgR
console.log(rndId()); // cjtzdI

License

MPL-2.0

About

License:Mozilla Public License 2.0


Languages

Language:JavaScript 100.0%