• Parser that never matches.

    Use this as a part of normal flow, when alternative match might still exist.

    Use error to interrupt the parsing from unrecoverable situation.

    Type Parameters

    • TToken

    • TOptions

    Parameters

    • data: Data<TToken, TOptions>
    • i: number

    Returns NonMatch

Generated using TypeDoc