diff --git a/recursion.ts b/recursion.ts index ea5e987..60496fe 100644 --- a/recursion.ts +++ b/recursion.ts @@ -3,10 +3,10 @@ type Resolved = Awaited>>>; // ^? -type Tupel = Tupel['length'] extends Length ? Tupel : TupelSized; +type Tuple = Tuple['length'] extends Length ? Tuple : TupleSized; -type T3 = Tupel; +type T3 = Tuple; // ^? // MAX depth 1000