Spaces:
Sleeping
Sleeping
File size: 295 Bytes
2a1c46d | 1 2 3 4 5 | import { Authenticator, AuthenticatorOptions, HOTP, HOTPOptions, TOTP, TOTPOptions } from '@otplib/core';
export declare const hotp: HOTP<HOTPOptions<string>>;
export declare const totp: TOTP<TOTPOptions<string>>;
export declare const authenticator: Authenticator<AuthenticatorOptions<string>>;
|