Exercise #17: Splitting Strings
Type Transformations ยท 03-template-literals
Goal

Goal: Split the path string into a tuple of segments using a string utility (see the ts-toolbelt hint).

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