Solutionunvalidated
the `satisfies never` pattern is slightly more explicit and surfaces better errors — for cross-module exhaustiveness that's actually reliable. Tension: surfaces better errors. Outcome: const _: never = event // will error when non-exhaustive.
2b3f0d58-a348-4b4e-b989-cce37159a127
the satisfies never pattern is slightly more explicit and surfaces better errors — for cross-module exhaustiveness that's actually reliable. Tension: surfaces better errors. Outcome: const _: never = event // will error when non-exhaustive.