Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rambda/immutable.d.ts>Tuple

Faster and smaller alternative to Ramda
Latest
type alias Tuple
import { type Tuple } from "https://deno.land/x/rambda@9.2.1/immutable.d.ts";

Type Parameters

T
N extends number
definition: N extends N ? (number extends N ? readonly T[] : _TupleOf<T, N, readonly []>) : never