Skip to content

TwoTuple

Category
Basic Operation

A Tuple consisting of two identical types.

Usage

ts
import type { TwoTuple } from '@utype/core'

// Expect: [string, string]
type TestType = TwoTuple<string>