mixed-otp
v0.0.2
Published
Library to create OTP with numbers and alphabets
Downloads
2
Readme
Mixed OTP
This library generates the otp of desired length with the combination of numbers and alphabets.
Installation
npm i mixed-otpUasge
const mixedOtp = require('mixed-otp');
let digits = 6; //any number
const otp = mixedOtp.otp(digits);License
MIT
