#otpassword-gen
'otpassword_gen' Simple One Time Generator.
npm install otpassword_gen --savevar OtpGen = require('otpassword_gen')
OtpGen.generate(6, {specialChars: false });Arguments
length- length of password. Optional ifoptionsis optional. default length is 10.options- optionaldigits- Default:truetrue value includes digits in OTPspecialChars- Default:truetrue value includes special Characters in OTPalphabets- Default:falsetrue value includes special Characters
