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

x/simple_utility/mod.full.ts>DataEntry

Simplify processing for Deno.
Latest
interface DataEntry
Re-export
import { type DataEntry } from "https://deno.land/x/simple_utility@v2.3.2/mod.full.ts";

Simple name and body pair.

Properties

name: string
body: Uint8Array