You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/object/every-in-by/README.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,14 @@ bool = everyInBy( o, isPositive );
122
122
123
123
<sectionclass="related">
124
124
125
+
* * *
126
+
127
+
## See Also
128
+
129
+
- <spanclass="package-name">[`@stdlib/object/none-in-by`][@stdlib/object/none-in-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether every property in an object fails a test implemented by a predicate function.</span>
130
+
- <spanclass="package-name">[`@stdlib/object/some-in-by`][@stdlib/object/some-in-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.</span>
131
+
- <spanclass="package-name">[`@stdlib/object/every-own-by`][@stdlib/object/every-own-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether all own properties of an object pass a test implemented by a predicate function.</span>
132
+
125
133
</section>
126
134
127
135
<!-- /.related -->
@@ -130,6 +138,16 @@ bool = everyInBy( o, isPositive );
0 commit comments