Skip to main content
Module

x/unknownutil/mod.ts>ReadonlyUniformTupleOf

🦕 A lightweight utility pack for handling unknown type
Go to Latest
type alias ReadonlyUniformTupleOf
import { type ReadonlyUniformTupleOf } from "https://deno.land/x/unknownutil@v3.13.0/mod.ts";

Type Parameters

T
N extends number
optional
R extends readonly T[] = []
definition: R["length"] extends N ? R : ReadonlyUniformTupleOf<T, N, readonly [T, ...R]>