Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/ext/crypto/lib.deno_crypto.d.ts>CryptoKey

A modern runtime for JavaScript and TypeScript.
Latest
variable CryptoKey
import { CryptoKey } from "https://deno.land/x/deno@v2.0.4/ext/crypto/lib.deno_crypto.d.ts";

type

{ readonly prototype: CryptoKey; new (): never; }