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

Out

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

Access the Covariant substitution type at index N

type Out<T extends Substitutions, N extends keyof T["out"]> = T["out"][N];

§Type Parameters

§
N extends keyof T["out"]
[src]

§Type

§
T["out"][N]
[src]