Skip to content

Commit 06e96fe

Browse files
committed
Auto-generated commit
1 parent b3a67fb commit 06e96fe

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.github/.keepalive

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

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,14 @@ bool = isEmptyCollection( {} );
142142

143143
<section class="related">
144144

145+
* * *
146+
147+
## See Also
148+
149+
- <span class="package-name">[`@stdlib/assert-is-collection`][@stdlib/assert/is-collection]</span><span class="delimiter">: </span><span class="description">test if a value is a collection.</span>
150+
- <span class="package-name">[`@stdlib/assert-is-empty-array`][@stdlib/assert/is-empty-array]</span><span class="delimiter">: </span><span class="description">test if a value is an empty array.</span>
151+
- <span class="package-name">[`@stdlib/assert-is-empty-array-like-object`][@stdlib/assert/is-empty-array-like-object]</span><span class="delimiter">: </span><span class="description">test if a value is an empty array-like object.</span>
152+
145153
</section>
146154

147155
<!-- /.related -->
@@ -217,6 +225,12 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
217225

218226
<!-- <related-links> -->
219227

228+
[@stdlib/assert/is-collection]: https://github.com/stdlib-js/assert-is-collection
229+
230+
[@stdlib/assert/is-empty-array]: https://github.com/stdlib-js/assert-is-empty-array
231+
232+
[@stdlib/assert/is-empty-array-like-object]: https://github.com/stdlib-js/assert-is-empty-array-like-object
233+
220234
<!-- </related-links> -->
221235

222236
</section>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/types": "^0.1.0"
40+
"@stdlib/types": "^0.2.0"
4141
},
4242
"devDependencies": {
4343
"@stdlib/array-float32": "^0.1.1",
@@ -50,7 +50,7 @@
5050
"@stdlib/array-uint8": "^0.1.1",
5151
"@stdlib/array-uint8c": "^0.1.1",
5252
"@stdlib/assert-is-boolean": "^0.1.1",
53-
"@stdlib/bench": "^0.1.0",
53+
"@stdlib/bench": "^0.2.0",
5454
"@stdlib/buffer-alloc-unsafe": "^0.1.0",
5555
"@stdlib/utils-constructor-name": "^0.1.1",
5656
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",

0 commit comments

Comments
 (0)