UNPKG

xotp

Version:

One-Time Password (HOTP/TOTP) library for Node.js, Deno and Bun, with support for Google Authenticator.

2 lines (1 loc) 94 B
export declare const padStart: (str?: string, length?: number, padString?: string) => string;