Skip to main content
Module

x/allo_controllers/libs/helper/pipe.ts>pipe

🦕 Simple "convention over configuration" Controllers solution for Deno.
Go to Latest
variable pipe
import { pipe } from "https://deno.land/x/allo_controllers@v1.0.4-beta/libs/helper/pipe.ts";

type

<T>(...operators: OperatorType<T>[]) => unknown