Skip to main content
Module

x/acorn/mod.ts>SigningData

A focused RESTful server framework for Deno 🌰🦕
Go to Latest
type alias SigningData
import { type SigningData } from "https://deno.land/x/acorn@0.4.0/mod.ts";

Types of data that can be signed cryptographically.

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