News

The TypeScript team announced the release of TypeScript 4.1, which includes powerful template literal types, key remapping of mapped types, and recursive conditional types.
TypeScript 4.1 introduces the template literal string type, which uses the same syntax as JavaScript's template literal strings but used in type positions.