always-panic - v0.10.1
    Preparing search index...

    Type Alias MatchHandlers<E>

    MatchHandlers: { [K in CodeContent<E>]: (e: AtCode<E, K>) => unknown }

    Handler map for TypedError.match covering every code in E's static type. Omitting a code is a compile error naming exactly the missing code — this is how downstream keeps up when upstream widens its error union.

    Type Parameters

    • E