Skip to content

feat: added @stdlib/utils/none-own-by #1405

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

Merged

Conversation

Pratik772846
Copy link
Contributor

@Pratik772846 Pratik772846 commented Feb 28, 2024

checks whether every own property of an object does not satisfy a predicate function

Fixes #820

Resolves # .820

Description

What is the purpose of this pull request?

This pull request:

  • adds utils/none-own-by package
  • checks whether every own property of an object does not satisfy a predicate function

Related Issues

Does this pull request have any related issues?

This pull request:

  • resolves #
  • fixes #

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

checks whether every own property of an object doesnot satisfy a predicate function

Fixes stdlib-js#820
@Planeshifter
Copy link
Member

/stdlib update-copyright-years

@Pratik772846
Copy link
Contributor Author

@Planeshifter Do i need to make any changes?

@Planeshifter
Copy link
Member

@Pratik772846 Will try to review today!

@Planeshifter Planeshifter self-requested a review February 28, 2024 17:00
Copy link
Member

@Planeshifter Planeshifter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's get this in; thanks for your contribution! Looks all solid; I just updated some style and documentation.

Signed-off-by: Philipp Burckhardt <[email protected]>
@Planeshifter Planeshifter merged commit 046d8c4 into stdlib-js:develop Feb 29, 2024
@Pratik772846 Pratik772846 deleted the package-stdlib/utils/none-own-by branch March 5, 2024 08:50
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.

[RFC]: Add @stdlib/utils/none-own-by
3 participants