Skip to main content
Module

x/drash/mod.ts>Types.BodyFile

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