Spaces:
Sleeping
Sleeping
File size: 241 Bytes
2a1c46d | 1 2 3 4 5 6 7 8 9 10 | import { KeyDecoder, KeyEncoder } from '@otplib/core';
/**
* - Key decoder using npm `thirty-two`
*/
export declare const keyDecoder: KeyDecoder;
/**
* - Key encoder using npm `thirty-two`
*/
export declare const keyEncoder: KeyEncoder;
|