Skip to content

Change return types in lib functions to unknown, to match documentation #32504

New issue

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

Closed
wants to merge 21 commits into from
Closed

Change return types in lib functions to unknown, to match documentation #32504

wants to merge 21 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jul 21, 2019

Fixes #27496
Change return types in lib functions to unknown, to match documentation.

On April 30, 2019, RyanCavanaugh merged commit 1d83982 into the main Typescript repo. However, the JSDoc was left unchanged. MichaelTamm referenced this and wrote a PR to fix this. However, this was left unmerged and Michael has responded since.

Because documentation is important to keep up to date, I updated the JSDocs to match these changes. This is about keeping the library up to date and maintainable. I hope this is of value.

@ghost ghost closed this Jul 27, 2019
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Array functions taking predicates should not have to return boolean.
0 participants