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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,7 @@ bool = everyInBy( o, isPositive );
126
126
127
127
## See Also
128
128
129
+
- <spanclass="package-name">[`@stdlib/object/any-in-by`][@stdlib/object/any-in-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether at least one property in an object passes a test implemented by a predicate function.</span>
129
130
- <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
131
- <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
132
- <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>
@@ -140,6 +141,8 @@ bool = everyInBy( o, isPositive );
0 commit comments