random-char-cn
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

汉字随机生成库

 
import {RandomChar} from "random-char-cn";
 
const rc = new RandomChar();
 
// 生成所有汉字
 
rc.all();
 
// 生成常用简体汉字
rc.simplified();
 

Readme

Keywords

none

Package Sidebar

Install

npm i random-char-cn

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • calidion