UNPKG

matrix-js-sdk

Version:
3 lines (2 loc) 151 B
export declare function encodeRecoveryKey(key: ArrayLike<number>): string; export declare function decodeRecoveryKey(recoveryKey: string): Uint8Array;