Skip to content

Commit ab913ef

Browse files
committed
Auto-generated commit
1 parent 3767f5a commit ab913ef

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,14 @@ console.log( out );
304304

305305
<section class="related">
306306

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.
314+
307315
</section>
308316

309317
<!-- /.related -->
@@ -367,6 +375,16 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
367375

368376
[ecma-262-for-in]: http://www.ecma-international.org/ecma-262/5.1/#sec-12.6.4
369377

378+
<!-- <related-links> -->
379+
380+
[@stdlib/utils/bifurcate-in]: https://github.com/stdlib-js/utils-bifurcate-in
381+
382+
[@stdlib/utils/group-by]: https://github.com/stdlib-js/utils-group-by
383+
384+
[@stdlib/utils/group-own]: https://github.com/stdlib-js/utils-group-own
385+
386+
<!-- </related-links> -->
387+
370388
</section>
371389

372390
<!-- /.links -->

0 commit comments

Comments
 (0)