My Learning Curve

Feed / Total TypeScript

Const type parameters bring 'as const' to functions (article)

Tuesday, April 11, 2023

TypeScript 5.0 introduces const type parameters which are useful in preserving the literal types of objects passed to functions.

Read original article ↗