peberminta - v0.10.0
    Preparing search index...

    Type Alias Matcher<TToken, TOptions, TValue>

    Matcher: (data: Data<TToken, TOptions>, i: number) => Match<TValue>

    Special case of Parser function. Accepts Data and token position, always returns a Match.

    Type Parameters

    • TToken
    • TOptions
    • TValue

    Type Declaration