Skip to main content
Module

x/parsec/mod.ts>bodyParser

🌌 Tiny body parser for Deno. Port of the milliparsec library.
Latest
variable bodyParser
import { bodyParser } from "https://deno.land/x/parsec@0.2.1/mod.ts";

Universal body parser function

type

<T>(fn: (body: string) => T) => unknown