1.1.3 • Published 2 years ago

randomstring-tool v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago