Skip to content

Commit 30d52ba

Browse files
committed
Auto-generated commit
1 parent d4b81fa commit 30d52ba

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,13 @@ console.log( obj );
165165

166166
<section class="related">
167167

168+
* * *
169+
170+
## See Also
171+
172+
- [`@stdlib/utils/for-each-right`][@stdlib/utils/for-each-right]: invoke a function for each element in a collection, iterating from right to left.
173+
- [`@stdlib/utils/key-by`][@stdlib/utils/key-by]: convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.
174+
168175
</section>
169176

170177
<!-- /.related -->
@@ -232,6 +239,14 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
232239

233240
[mdn-object]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object
234241

242+
<!-- <related-links> -->
243+
244+
[@stdlib/utils/for-each-right]: https://github.com/stdlib-js/utils-for-each-right
245+
246+
[@stdlib/utils/key-by]: https://github.com/stdlib-js/utils-key-by
247+
248+
<!-- </related-links> -->
249+
235250
</section>
236251

237252
<!-- /.links -->

0 commit comments

Comments
 (0)