@mo.inkhan/random-chars
v1.0.6
Published
A simple and lightweight npm package for generating random chars. Perfect for creating unique identifiers, and other random text. With customizable length and character set options, it's easy to generate strings that fit your specific requirements.
Downloads
46
Readme
random-chars
A simple and lightweight npm package for generating random strings. Perfect for creating unique identifiers, and other random text. With customizable length and character set options, it's easy to generate strings that fit your specific requirements.
Install
npm i @mo.inkhan/random-chars
Usage
const randomChars = require('@mo.inkhan/random-chars')
randomChars()
randomChars('id_', 12, '1234567890')