Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/mime/multipart.ts>isFormFile

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function isFormFile
Deprecated
Deprecated

Use FormData instead. See https://doc.deno.land/deno/stable/~/FormData and https://developer.mozilla.org/en-US/docs/Web/API/FormData for more details.

Type guard for FormFile

import { isFormFile } from "https://deno.land/std@0.141.0/mime/multipart.ts";