Function str

  • Takes a string. Returns a parser that parses that string.

    Type Parameters

    • const S extends string

    Parameters

    • s: S

      string to match on

    Returns Parser<S>

    • parser that parses the given string

Generated using TypeDoc