Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/endofunctor/components/functions/pipe.ts>default

Functional web framework for Bun and Deno
Go to Latest
variable default
import { default } from "https://deno.land/x/endofunctor@v0.0.681/components/functions/pipe.ts";

type

(pipe: (arg0: (...args: any) => any) => any) => unknown