Function many1

  • Same as many, but fails if the parser doesn't match at least once.

    Type Parameters

    Parameters

    • parser: T

      parser to run

    Returns InferManyReturnType<T>

    a parser that runs the given parser one to many times,

Generated using TypeDoc