Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias PortableCryptoKeyPair
import { type PortableCryptoKeyPair } from "https://deno.land/x/simple_utility@v1.6.0/mod.ts";

Serialized CryptoKeyPair.

definition: Record<keyof CryptoKeyPair, Uint8Array>