The `satisfies` operator – Learning TypeScript
learningtypescript.com
The `satisfies` operator – Learning TypeScript
1–2 of 2 posts
Re: The `satisfies` operator – Learning TypeScript
#2TypeScript 4.9 introduces a new operator, satisfies, that allows opting into a different kind of type inference from the type system's default. satisfies brings the best of type annotations and default type inference together in a useful manner.