digity
v1.0.2
Published
generate n-digit code as a number :)
Downloads
176
Readme
Installation
$ npm install digity
Usage
// ESM
import { digit } from 'digity';
// CommonJS
const { digity } = require('digity');
const token = digity(6) // 6-digit random number
That's all.