import { type fn } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { AnyFn } = fn;
A Fn type over any, useful for constraining generics that take or return Fns.
definition: Fn<any, any>
import { type fn } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { AnyFn } = fn;
A Fn type over any, useful for constraining generics that take or return Fns.