Skip to main content
Go to Latest
variable compose
import { compose } from "https://deno.land/x/adoublef@v0.0.1/mod.ts";

type

<R>(...fns: Array<Transform<R, R>>) => unknown