Skip to content

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

Merged
Planeshifter merged 5 commits into
stdlib-js:developfrom
Pratik772846:package-stdlib/utils/none-own-by
Feb 29, 2024
Merged

feat: added @stdlib/utils/none-own-by#1405
Planeshifter merged 5 commits into
stdlib-js:developfrom
Pratik772846:package-stdlib/utils/none-own-by

Conversation

@Pratik772846
Copy link
Copy Markdown
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
Copy Markdown
Member

/stdlib update-copyright-years

@Pratik772846
Copy link
Copy Markdown
Contributor Author

@Planeshifter Do i need to make any changes?

@Planeshifter
Copy link
Copy Markdown
Member

@Pratik772846 Will try to review today!

@Planeshifter Planeshifter self-requested a review February 28, 2024 17:00
Copy link
Copy Markdown
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.

Comment thread lib/node_modules/@stdlib/utils/none-own-by/README.md Outdated
Comment thread lib/node_modules/@stdlib/utils/none-own-by/README.md Outdated
Comment thread lib/node_modules/@stdlib/utils/none-own-by/README.md Outdated
Comment thread lib/node_modules/@stdlib/utils/none-own-by/examples/index.js
Comment thread lib/node_modules/@stdlib/utils/none-own-by/lib/main.js Outdated
Comment thread lib/node_modules/@stdlib/utils/none-own-by/docs/types/index.d.ts Outdated
Comment thread lib/node_modules/@stdlib/utils/none-own-by/docs/types/index.d.ts Outdated
Comment thread lib/node_modules/@stdlib/utils/none-own-by/docs/types/index.d.ts Outdated
Comment thread lib/node_modules/@stdlib/utils/none-own-by/docs/types/index.d.ts Outdated
Comment thread lib/node_modules/@stdlib/utils/none-own-by/docs/types/index.d.ts Outdated
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Comment thread lib/node_modules/@stdlib/utils/none-own-by/README.md Outdated
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Comment thread lib/node_modules/@stdlib/utils/none-own-by/examples/index.js Outdated
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
@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