Type alias MatchPredicate<EventType, MatchType>

MatchPredicate<EventType, MatchType>: ((i) => i is MatchType) | ((i) => boolean)

Type Parameters

Type declaration

Type declaration

    • (i): boolean
    • Parameters

      Returns boolean