1.1.3 • Published 1 year ago

randomstring-tool v1.1.3

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

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago