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

Goal: Implement `EndsWith<T, U>` which takes two exact string types and returns whether `T` ends with `U`: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/02693-medium-endswith Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-endswith.md

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