mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
0667ca8ad3
this allows for junit reports and parallel executions |
||
---|---|---|
.. | ||
src | ||
test | ||
.eslintignore | ||
.eslintrc | ||
.tern-project | ||
CHANGELOG.md | ||
package.json | ||
README.md | ||
yarn.lock |
rnd-id
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