Endo
    Preparing search index...

    Type Alias MatcherOf<Tag, Payload>

    MatcherOf: CopyTagged<`match:${Tag}`, Payload>

    A Matcher with a specific tag and payload type, for type-level inference. MatcherOf<'string', T> represents a string matcher carrying type hint T.

    Type Parameters

    • Tag extends string
    • Payload extends Passable = any