AnyFnEither
import type { AnyFnEither } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/fn_either.ts";A FnEither type over any, useful for constraining generics that take or return FnEithers.
type AnyFnEither = FnEither<any, any, any>;