@metreeca/core - v0.9.11
    Preparing search index...

    Type Alias Handlers<C, R>

    Handlers: { readonly [K in keyof C]: Handler<C[K], R> }

    Condition handlers.

    Maps each condition name to a Handler that processes the matched value and produces a result of type R.

    Type Parameters

    • C extends Conditions

      The condition patterns

    • R

      The return type of all handlers