Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/allo_routing/routers/Router.ts>pipe

🦕 Routing solution for Deno
Go to Latest
variable pipe
import { pipe } from "https://deno.land/x/allo_routing@v1.0.1/routers/Router.ts";

type

<T>(...fns: Array<(arg: T) => T>) => unknown