From 1a8b33f867e300fbfa73990a4321217a2c191824 Mon Sep 17 00:00:00 2001
From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Date: Sun, 14 Dec 2025 02:39:25 +0000
Subject: [PATCH] docs: update related packages sections
---
lib/node_modules/@stdlib/object/every-in-by/README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/node_modules/@stdlib/object/every-in-by/README.md b/lib/node_modules/@stdlib/object/every-in-by/README.md
index 78a51c36f397..d0970bc0ab86 100644
--- a/lib/node_modules/@stdlib/object/every-in-by/README.md
+++ b/lib/node_modules/@stdlib/object/every-in-by/README.md
@@ -126,6 +126,7 @@ bool = everyInBy( o, isPositive );
## See Also
+- [`@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/none-in-by`][@stdlib/object/none-in-by]: test whether every property in an object fails 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.
- [`@stdlib/object/every-own-by`][@stdlib/object/every-own-by]: test whether all own properties of an object pass a test implemented by a predicate function.
@@ -140,6 +141,8 @@ bool = everyInBy( o, isPositive );
+[@stdlib/object/any-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/any-in-by
+
[@stdlib/object/none-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/none-in-by
[@stdlib/object/some-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/some-in-by