UNPKG

randchinese

Version:

Generating readable random Chinese characters

7 lines (4 loc) 142 B
var randChinese = require('./index.js'); console.log(randChinese()); console.log(randChinese(5)); console.log(randChinese(30, 4000));