1.2.1 • Published 2 years ago
char-random v1.2.1
char random
random one or many text
Installing
Install with NPM
npm install char-randomor install with Yarn
yarn add char-randomExample
With no config
import charRandom from "char-random";
let char = charRandom()With config
import charRandom from "char-random";
let char = charRandom({
count: 32,
allowLowerCase: true,
allowNumber: true
})