UNPKG

@reclaimprotocol/tls

Version:

WebCrypto Based Cross Platform TLS

4 lines (3 loc) 173 B
import type { Crypto } from '../types/index.ts'; export declare const crypto: Crypto<unknown>; export declare function setCryptoImplementation(impl: Crypto<unknown>): void;