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

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

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

type

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