Leon4gr45's picture
Include updated package-lock.json (part 11)
2a1c46d verified
Raw
History Blame Contribute Delete
295 Bytes
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>>;