Function getPosition

  • A zero-width parser that returns the current position (offset, line, column). Requires setInputStr to have been called with the full input.

    Parameters

    • input: string

    Returns ParserResult<Position>

Generated using TypeDoc