-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
The solutions file has them in a different order (apparently, more proper to their difficulties).
type-level-typescript-workshop/04-template-literal-types/exercises.ts
Lines 50 to 51 in cc7c360
namespace three { | |
type UppercaseFirstWord<word> = TODO; |
type-level-typescript-workshop/04-template-literal-types/solution.ts
Lines 50 to 51 in cc7c360
namespace three { | |
type EndOfWord<word> = word extends `${infer _}${infer endOfWord}` |
Metadata
Metadata
Assignees
Labels
No labels