@liquid-js/random-codes

Random codes

GitHub license npm scope

Generate random codes using Node's crypto library.

npm install @liquid-js/random-codes

https://liquid-js.github.io/random-codes/

random-codes generate [length] [count]
import { generator } from '@liquid-js/random-codes'

const codes = generator({
count: 50,
length: 7
})

GPL-3.0 license