Skip to main content
Module

std/crypto/mod.ts>Key

Deno standard library
Go to Latest
type alias Key
import { type Key } from "https://deno.land/std@0.167.0/crypto/mod.ts";

Types of keys that can be used to sign data.

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