• Checks whether the given value is an AfterEvent keeper.

    Type Parameters

    • TEvent extends any[]

      Expected event type.

    • TOther = unknown

      Another type the value may have.

    Parameters

    • value: TOther | AfterEvent<TEvent>

      A value to check.

    Returns value is AfterEvent<TEvent>

    true if the value has been created by afterEventBy function or in compatible way, or false otherwise.

Generated using TypeDoc