4.0.0 • Published 3 years ago

@f0c1s/random-hex-strings v4.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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.