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

AnySub

import type { AnySub } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/kind.ts";

An extension type to be used to constrain in input to an outer container with any concrete types.

type AnySub<U extends Kind> = $<U, any[], any[], any[]>;

§Type Parameters

§
U extends Kind
[src]

§Type

§
$<U, any[], any[], any[]>
[src]