Module

std/crypto/unstable_keystack.ts>Key

The Deno Standard Library
Go to Latest
type alias Key
import { type Key } from "https://dotland.deno.dev/std@0.223.0/crypto/unstable_keystack.ts";

Types of keys that can be used to sign data.

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