Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/multiparser/lib/multiParserV2.ts>FormFile

multipart/form-data parser for Deno servers
Latest
interface FormFile
import { type FormFile } from "https://deno.land/x/multiparser@0.114.0/lib/multiParserV2.ts";

Properties

name: string
filename: string
contentType: string
size: number
content: Uint8Array