import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { CryptoKey } = dom;
The CryptoKey dictionary of the Web Crypto API represents a cryptographic key.
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { CryptoKey } = dom;
The CryptoKey dictionary of the Web Crypto API represents a cryptographic key.