@f0c1s/random-hex-strings
v4.0.0
Published
A node/npm package that generates random strings of length n. `npm i @f0c1s/random-hex-strings`
Downloads
4
Readme
random-hex-strings
A node/npm package that generates random strings of length n. npm i @f0c1s/random-hex-strings
Installation
npm i @f0c1s/random-hex-strings
Usage
import randomHexString from '@f0c1s/random-hex-strings'
// or
const randomHexString = require('@f0c1s/random-hex-strings').default
randomHexString(10) // A 10 character long hex string.