We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In version 3.13.1 the annotations for Array.range say:
/** Returns a new array of numbers from `start` (inclusive) to `finish` (exclusive). */
On https://mobily.github.io/ts-belt/api/array/ the docs say:
Returns a new inclusive array of numbers from start to finish (it returns an empty array when start > finish).
This is confusing since you get an extra element in the array. Can we release a patch with the correct annotations?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In version 3.13.1 the annotations for Array.range say:
On https://mobily.github.io/ts-belt/api/array/ the docs say:
This is confusing since you get an extra element in the array. Can we release a patch with the correct annotations?
The text was updated successfully, but these errors were encountered: