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

AnyInitializable

import type { AnyInitializable } from "https://raw.githubusercontent.com/baetheus/fun/main/initializable.ts";

A type for Initializable over any fixed value, useful as an extension target for functions that take any Initializable and do not need to unwrap the type.

type AnyInitializable = Initializable<any>;