QuizAdvanced

The satisfies Operator

Validating a value against a type while preserving its narrow type.

What is the main benefit of `satisfies` over a type annotation like `const x: T = ...`?