summaryrefslogtreecommitdiff
path: root/includes/external/matrix/node_modules/matrix-js-sdk/lib/crypto/crypto.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/matrix/node_modules/matrix-js-sdk/lib/crypto/crypto.d.ts')
-rw-r--r--includes/external/matrix/node_modules/matrix-js-sdk/lib/crypto/crypto.d.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/includes/external/matrix/node_modules/matrix-js-sdk/lib/crypto/crypto.d.ts b/includes/external/matrix/node_modules/matrix-js-sdk/lib/crypto/crypto.d.ts
deleted file mode 100644
index 8078b5f..0000000
--- a/includes/external/matrix/node_modules/matrix-js-sdk/lib/crypto/crypto.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-export declare let crypto: Crypto;
-export declare let subtleCrypto: SubtleCrypto;
-export declare let TextEncoder: {
- new (): TextEncoder;
- prototype: TextEncoder;
-};
-export declare function setCrypto(_crypto: Crypto): void;
-export declare function setTextEncoder(_TextEncoder: typeof TextEncoder): void;
-//# sourceMappingURL=crypto.d.ts.map \ No newline at end of file