UNPKG

@eternaljs/otp-generator

Version:

An OTP (One-Time Password) generator is a crucial tool for enhancing security in digital transactions and logins. It generates unique, time-sensitive codes that serve as an additional layer of authentication. This adds an extra level of protection against

3 lines (2 loc) 79 B
declare function generateOTP(length?: number): string; export { generateOTP };