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: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,14 @@ console.log( out );
304
304
305
305
<section class="related">
306
306
307
+
***
308
+
309
+
## See Also
310
+
311
+
- [`@stdlib/utils/bifurcate-in`][@stdlib/utils/bifurcate-in]: split an object's own and inherited property values into two groups according to a predicate function.
312
+
- [`@stdlib/utils/group-by`][@stdlib/utils/group-by]: group values according to an indicator function.
313
+
- [`@stdlib/utils/group-own`][@stdlib/utils/group-own]: group an object's own property values according to an indicator function.
0 commit comments