summaryrefslogtreecommitdiff
path: root/includes/external/matrix/node_modules/matrix-js-sdk/lib/crypto/crypto.d.ts
blob: 8078b5f347cc84d69ea81757cf85cf0ec5d0c9f9 (plain)
1
2
3
4
5
6
7
8
9
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