1.1.3 • Published 3 years ago

randomstring-tool v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

randomstring-tool

Package provides a function to generate alphanumeric strings with the ability to include Chinese characters.

Installation

npm install randomstring-tool

Usage

const {
  generateRandomString,
  generateRandomChinese,
} = require('randomstring-tool');

console.log(generateRandomString(10));
// OFgxuRsHrO
console.log(generateRandomChinese(10));
// 噆澟巐借黻登鹝欩嫫雠

License

MIT

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago