summaryrefslogtreecommitdiff
path: root/includes/external/matrix/node_modules/matrix-js-sdk/lib/crypto/recoverykey.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/matrix/node_modules/matrix-js-sdk/lib/crypto/recoverykey.d.ts')
-rw-r--r--includes/external/matrix/node_modules/matrix-js-sdk/lib/crypto/recoverykey.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/external/matrix/node_modules/matrix-js-sdk/lib/crypto/recoverykey.d.ts b/includes/external/matrix/node_modules/matrix-js-sdk/lib/crypto/recoverykey.d.ts
new file mode 100644
index 0000000..c0625cf
--- /dev/null
+++ b/includes/external/matrix/node_modules/matrix-js-sdk/lib/crypto/recoverykey.d.ts
@@ -0,0 +1,3 @@
+export declare function encodeRecoveryKey(key: ArrayLike<number>): string | undefined;
+export declare function decodeRecoveryKey(recoveryKey: string): Uint8Array;
+//# sourceMappingURL=recoverykey.d.ts.map \ No newline at end of file