Skip to main content
Module

x/allo_routing/mod.ts>pipe

🦕 Routing solution for Deno
Go to Latest
variable pipe
import { pipe } from "https://deno.land/x/allo_routing@v1.0.0-beta/mod.ts";

type

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