UNPKG

@reclaimprotocol/tls

Version:

TLS 1.2/1.3 for any JavaScript Environment

5 lines (4 loc) 136 B
import { randomBytes } from '../../crypto/insecure-rand.ts'; export declare const crypto: { getRandomValues: typeof randomBytes; };