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

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