Skip to main content
Module

x/create_react_app/deps.ts>oak.BodyFormData

Create React App with Deno
Latest
type alias oak.BodyFormData
import { type oak } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { BodyFormData } = oak;
definition: { type: "form-data"; readonly value: FormDataReader; }