AnyCombinable
import type { AnyCombinable } from "https://raw.githubusercontent.com/baetheus/fun/main/combinable.ts";
A type for Combinable over any, useful as an extension target for functions that take any Combinable and do not need to unwrap the type.
type AnyCombinable = Combinable<any>;
§Type
§
Combinable<any>
[src]