x/oak/body.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
type alias BodyUndefined
import { type BodyUndefined } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/body.ts?p=prototype.get&s=BodyUndefined";

The tagged type for "undefined" bodies.

definition: { readonly type: "undefined"; readonly value: undefined; }[src]