Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/tools/deps/crypto.ts>Key

A better way to work with processes in Deno.
Go to Latest
type alias Key
import { type Key } from "https://deno.land/x/proc@0.21.0/tools/deps/crypto.ts";

Types of keys that can be used to sign data.

definition:
| string
| number[]
| ArrayBuffer
| Uint8Array