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

x/allo_routing/helpers/pipe.ts>pipe

🦕 Routing solution for Deno
Latest
variable pipe
import { pipe } from "https://deno.land/x/allo_routing@v2.2.3/helpers/pipe.ts";

type

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