AnyFnCopyimport type { AnyFn } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/fn.ts";A Fn type over any, useful for constraining generics that take or return Fns. type AnyFn = Fn<any, any>;§Type§Fn<any, any>[src]