Exercise #14: Template Literal With String
Type Transformations ยท 03-template-literals
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Define a template literal type that only accepts strings starting with a forward slash.
Check Solution
Run "Check Solution" to validate your code in the browser.