diff --git a/lib/node_modules/@stdlib/object/none-in-by/README.md b/lib/node_modules/@stdlib/object/none-in-by/README.md index eed7e322440e..47ba9bf7b022 100644 --- a/lib/node_modules/@stdlib/object/none-in-by/README.md +++ b/lib/node_modules/@stdlib/object/none-in-by/README.md @@ -213,7 +213,6 @@ var bool = noneInBy( obj, isUnderage ); - [`@stdlib/object/any-in-by`][@stdlib/object/any-in-by]: test whether at least one property in an object passes a test implemented by a predicate function. - [`@stdlib/object/every-in-by`][@stdlib/object/every-in-by]: test whether all properties (own and inherited) of an object pass a test implemented by a predicate function. -- [`@stdlib/utils/for-in`][@stdlib/utils/for-in]: invoke a function for each own and inherited enumerable property of an object. - [`@stdlib/utils/none-by`][@stdlib/utils/none-by]: test whether all elements in a collection fail a test implemented by a predicate function. - [`@stdlib/object/some-in-by`][@stdlib/object/some-in-by]: test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function. @@ -231,8 +230,6 @@ var bool = noneInBy( obj, isUnderage ); [@stdlib/object/every-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/every-in-by -[@stdlib/utils/for-in]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/for-in - [@stdlib/utils/none-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/none-by [@stdlib/object/some-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/some-in-by