Skip to content

Commit 10d3909

Browse files
authored
docs: update related packages sections
PR-URL: #4793 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 86163ea commit 10d3909

File tree

1 file changed

+12
-0
lines changed
  • lib/node_modules/@stdlib/iter/while-each

1 file changed

+12
-0
lines changed

lib/node_modules/@stdlib/iter/while-each/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,12 @@ while ( true ) {
220220

221221
<section class="related">
222222

223+
* * *
224+
225+
## See Also
226+
227+
- <span class="package-name">[`@stdlib/iter/until-each`][@stdlib/iter/until-each]</span><span class="delimiter">: </span><span class="description">create an iterator which, while a test condition is false, invokes a function for each iterated value before returning the iterated value.</span>
228+
223229
</section>
224230

225231
<!-- /.related -->
@@ -228,6 +234,12 @@ while ( true ) {
228234

229235
<section class="links">
230236

237+
<!-- <related-links> -->
238+
239+
[@stdlib/iter/until-each]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/iter/until-each
240+
241+
<!-- </related-links> -->
242+
231243
</section>
232244

233245
<!-- /.links -->

0 commit comments

Comments
 (0)