Skip to main content
Module

x/workers_middleware/flushed.ts

Placeholder for Worker-based middleware solution
Latest
import * as workersMiddleware from "https://deno.land/x/workers_middleware@v0.1.0-pre.36/flushed.ts";

Functions

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)