Module

x/proc/legacy/deps.ts>TupleOf

A better way to work with processes in Deno.
Latest
type alias TupleOf
import { type TupleOf } from "https://dotland.deno.dev/x/proc@0.21.9/legacy/deps.ts";

Utility for representing n-tuple of. Used in Tuple.

Type Parameters

T
N extends number
R extends unknown[]
definition: R["length"] extends N ? R : TupleOf<T, N, [T, ...R]>