「Mastering TypeScript Template Literal Types | by Jose Granja | Nov, 2021 | Better Programming」
Typescript has had Template Literals since its early stages. They are really useful when you want to create types from a static string. It was not until the Typescript 4.1 release that we saw…