UNPKG

@jovijovi/two-fa.js

Version:

A two-factor authentication(2FA) based on HOTP & TOTP written in TypeScript

3 lines (2 loc) 125 B
export declare function Encode(data: Uint8Array | string): string; export declare function Decode(val: string): ArrayBuffer;