Skip to main content
Module

x/drash/tests/deps.ts>Drash.Types.BodyFile

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
type alias Drash.Types.BodyFile
import { type Drash } from "https://deno.land/x/drash@v2.7.0/tests/deps.ts";
const { BodyFile } = Drash.Types;
definition: { content: Uint8Array; size: number; type: string; filename: string; }