• Make a parser that looks for the exact match for a given character and returns a match with that character.

    Tokens expected to be individual characters/graphemes.

    Type Parameters

    • TOptions

    Parameters

    • char: string

      A character to look for.

    Returns Parser<string, TOptions, string>

Generated using TypeDoc