randomstring-tool

1.1.3 • Public • Published

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

/randomstring-tool/

    Package Sidebar

    Install

    npm i randomstring-tool

    Weekly Downloads

    2

    Version

    1.1.3

    License

    MIT

    Unpacked Size

    3.19 kB

    Total Files

    5

    Last publish

    Collaborators

    • super.tuna