Skip to content

Commit 52e3594

Browse files
committed
Auto-generated commit
1 parent 44efc35 commit 52e3594

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Pranav Goswami <[email protected]>
5050
5151
5252
53+
Raunak Kumar Gupta <[email protected]>
5354
Rejoan Sardar <[email protected]>
5455
Ricky Reusser <[email protected]>
5556
Robert Gislason <[email protected]>

slice/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ s = slice( x, 2, 4 );
145145

146146
<section class="related">
147147

148+
* * *
149+
150+
## See Also
151+
152+
- <span class="package-name">[`@stdlib/array/take`][@stdlib/array/take]</span><span class="delimiter">: </span><span class="description">take elements from an array.</span>
153+
148154
</section>
149155

150156
<!-- /.related -->
@@ -153,6 +159,12 @@ s = slice( x, 2, 4 );
153159

154160
<section class="links">
155161

162+
<!-- <related-links> -->
163+
164+
[@stdlib/array/take]: https://github.com/stdlib-js/array/tree/main/take
165+
166+
<!-- </related-links> -->
167+
156168
</section>
157169

158170
<!-- /.links -->

0 commit comments

Comments
 (0)