variable crypto
Usage in Deno
import { crypto } from "node:crypto";
globalThis extends { crypto: infer T; onmessage: any; } ? T : webcrypto.Crypto
import { crypto } from "node:crypto";
globalThis extends { crypto: infer T; onmessage: any; } ? T : webcrypto.Crypto