Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as middleware from "https://raw.githubusercontent.com/worker-tools/middleware/master/flushed.ts";

§Variables

flushed

§Functions

combine

Type-enforcing left-to-right function composition function. The first parameter can be a function of any arity, but the remaining parameters must be unary functions. The return type of one function must be compatible with the argument of next function in the argument list (i.e. types flow from left-to-right)

§Interfaces

FlushedContext