Skip to main content
Module

std/crypto/unstable_keystack.ts>Key

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

Types of keys that can be used to sign data.

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