Skip to main content
Module

x/drash/src/types.ts>BodyFile

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