Skip to content

Commit 56e8832

Browse files
authored
docs: update related packages sections
PR-URL: #9573 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 941eb1f commit 56e8832

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • lib/node_modules/@stdlib/object/none-own-by

lib/node_modules/@stdlib/object/none-own-by/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ var bool = noneOwnBy( obj, isUnderage );
149149

150150
- <span class="package-name">[`@stdlib/object/any-own-by`][@stdlib/object/any-own-by]</span><span class="delimiter">: </span><span class="description">test whether whether any 'own' property of a provided object satisfies a predicate function.</span>
151151
- <span class="package-name">[`@stdlib/object/every-own-by`][@stdlib/object/every-own-by]</span><span class="delimiter">: </span><span class="description">test whether all own properties of an object pass a test implemented by a predicate function.</span>
152-
- <span class="package-name">[`@stdlib/utils/for-own`][@stdlib/utils/for-own]</span><span class="delimiter">: </span><span class="description">invoke a function for each own enumerable property of an object.</span>
153152
- <span class="package-name">[`@stdlib/utils/none-by`][@stdlib/utils/none-by]</span><span class="delimiter">: </span><span class="description">test whether all elements in a collection fail a test implemented by a predicate function.</span>
154153
- <span class="package-name">[`@stdlib/object/some-own-by`][@stdlib/object/some-own-by]</span><span class="delimiter">: </span><span class="description">test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.</span>
155154

@@ -167,8 +166,6 @@ var bool = noneOwnBy( obj, isUnderage );
167166

168167
[@stdlib/object/every-own-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/every-own-by
169168

170-
[@stdlib/utils/for-own]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/for-own
171-
172169
[@stdlib/utils/none-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/none-by
173170

174171
[@stdlib/object/some-own-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/some-own-by

0 commit comments

Comments
 (0)