Files
DefinitelyTyped/parsimmon
Benny van Reeven 59b4c526c9 Update parsimmon typings (#11873)
According to the [README][1] and [API docs][2], an index is now an
object instead of a number.

The typings have been updated in the relevant places:
* `Result<T>.index`
* `Mark<T>.start` and `Mark<T>.end`
* `Parsimmon.index`

[1]: https://github.com/jneen/parsimmon/blob/master/README.md
[2]: https://github.com/jneen/parsimmon/blob/master/API.md
2016-10-10 19:54:59 +09:00
..