Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

type

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