5:38
as const: the most underrated TypeScript feature
'as const' is an amazingly useful TypeScript feature that most people still don't know about. 00:00 SO underrated 00:12 Objects ...
7:29
as const is a very powerful and interesting feature in TypeScript
By default, TypeScript infers types from values with generic types like boolean, string, number. But we can narrow those types to ...
3:57
Const type parameters are so powerful
const modifiers for type parameters are coming to TypeScript 5.0! The PR's not even merged yet - but you can already start playing ...
3:40
As Const vs. Readonly in TypeScript
Welcome Everyone! We will be discussing "as const" and "readme" in Typescript #typescript.