Skip to main content
Module

x/cav/browser.ts>normalizeParser

A server framework for Deno
Go to Latest
function normalizeParser
Re-export
import { normalizeParser } from "https://deno.land/x/cav@0.0.24/browser.ts";

Normalizes a Parser into a ParserFunction.

Type Parameters

optional
I = any
optional
O = any

Parameters

parser: Parser<I, O>