UNPKG

@reclaimprotocol/tls

Version:

TLS 1.2/1.3 for any JavaScript Environment

4 lines (3 loc) 171 B
import type { webcrypto as WebCrypto } from 'crypto'; import type { Crypto } from '../types/crypto.ts'; export declare const webcryptoCrypto: Crypto<WebCrypto.CryptoKey>;