mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-24 05:47:44 +08:00
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