Appearance
A Tuple consisting of two identical types.
import type { TwoTuple } from '@utype/core' // Expect: [string, string] type TestType = TwoTuple<string>