Skip to main content
Module

x/create_react_app/deps.ts>oak.BodyType

Create React App with Deno
Latest
type alias oak.BodyType
import { type oak } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { BodyType } = oak;
definition:
| "form"
| "form-data"
| "json"
| "text"
| "raw"
| "reader"
| "undefined"