Skip to main content
Module

x/oak/body.ts>BodyJson

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
type alias BodyJson
import { type BodyJson } from "https://deno.land/x/oak@v10.6.0/body.ts";

The tagged type for "json" bodies.

definition: { readonly type: "json"; readonly value: Promise<any>; }