Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(typescript): clarify input to
parseIndex
Narrowing the type of the parameter from `any` makes it obvious that the input is an `Object`, rather than a `String`. With the `any` type as input, it was not obvious how to use this function. See #524 and #624 for people bitten by this.
- Loading branch information