Question about `decodeSync` accepting `never` type input without errors

Why does decodeSync allow an input with type never? Shouldn't this error at the type level?
Was this page helpful?