Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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>;

§Type

§
FnEither<any, any, any>
[src]