8000 Auto-generated commit · stdlib-js/assert-is-multi-slice@67f7128 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67f7128

Browse files
committed
Auto-generated commit
1 parent fc523a1 commit 67f7128

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ out = isMultiSlice( null );
110110

111111
<section class="related">
112112

113+
* * *
114+
115+
## See Also
116+
117+
- <span class="package-name">[`@stdlib/assert-is-slice`][@stdlib/assert/is-slice]</span><span class="delimiter">: </span><span class="description">test if a value is a Slice object.</span>
118+
- <span class="package-name">[`@stdlib/slice-multi`][@stdlib/slice/multi]</span><span class="delimiter">: </span><span class="description">multi-slice constructor.</span>
119+
113120
</section>
114121

115122
<!-- /.related -->
@@ -185,6 +192,12 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
185192

186193
[@stdlib/slice/multi]: https://github.com/stdlib-js/slice-multi
187194

195+
<!-- <related-links> -->
196+
197+
[@stdlib/assert/is-slice]: https://github.com/stdlib-js/assert-is-slice
198+
199+
<!-- </related-links> -->
200+
188201
</section>
189202

190203
<!-- /.links -->

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/slice-multi": "^0.1.0",
41-
"@stdlib/types": "^0.1.0",
41+
"@stdlib/types": "^0.2.0",
4242
"@stdlib/utils-constructor-name": "^0.1.1"
4343
},
4444
"devDependencies": {
4545
"@stdlib/assert-is-boolean": "^0.1.1",
46-
"@stdlib/bench": "^0.1.0",
46+
"@stdlib/bench": "^0.2.0",
4747
"@stdlib/slice-ctor": "^0.1.0",
4848
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4949
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)
0