Exercise #187: Medium Shift
Type Challenges (Utility Types) ยท 03-medium
Goal

Goal: Implement the type version of `Array.shift()`. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/03062-medium-shift Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-shift.md

Run "Check Solution" to validate your code in the browser.