UNPKG

@me7/totp

Version:

Time-Based One-Time Password Algorithm (RFC 6238)

6 lines (5 loc) 140 B
export declare function hi(name: string): string; export declare class TOTP { static generate(): number; validate(): string; }