matsuby10 months agoTemplate Literal Types 🚀 https://www.typescriptlang.org/docs/handbook/2/template-literal-types.html ``` type T3 = `...${T1}` // '...a' | '...b' | '...c' ```Daishi Kato10 months agoCreatorYeah, I didn't know why I overcomplicated it!
2 comments
Template Literal Types 🚀 https://www.typescriptlang.org/docs/handbook/2/template-literal-types.html ``` type T3 = `...${T1}` // '...a' | '...b' | '...c' ```
Yeah, I didn't know why I overcomplicated it!