Skip to main content
Go to Latest
type alias TIndexTuple
import { type TIndexTuple } from "https://deno.land/x/openbox@1.1.5/deps.ts";
definition: K extends keyof T ? [T[K]] : []