1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-14 23:30:05 +02:00
copilot/packages/rnd-id/README.md
2017-06-16 21:46:36 +01:00

787 B

rnd-id

License: MPL 2.0 npm standard-readme compliant

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