Exercise #27: Non Empty Array
Type Transformations ยท 03.5-type-helpers-pattern
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Define a tuple-based array type that requires at least one element.
Check Solution
Run "Check Solution" to validate your code in the browser.