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

InOut

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

Access the Invariant substitution type at index N

type InOut<T extends Substitutions, N extends keyof T["inout"]> = T["inout"][N];

§Type Parameters

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

§Type

§
T["inout"][N]
[src]