1.2.1 • Published 10 months ago

char-random v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

char random

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

10 months ago

1.2.1

10 months ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago