npm

char-random
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

char random

Github License GitHub Package.json Version GitHub Issues GitHub Pull Requests GitHub Contributors

random one or many text

Installing

Install with NPM

npm install char-random

or install with Yarn

yarn add char-random

Example

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
})

Readme

Keywords

Package Sidebar

Install

npm i char-random

Weekly Downloads

3

Version

1.2.1

License

MIT

Unpacked Size

4.71 kB

Total Files

6

Last publish

Collaborators

  • arikato111