Skip to content

Commit e2bb9a1

Browse files
committed
Auto-generated commit
1 parent 533d3d7 commit e2bb9a1

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
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
@@ -137,6 +137,14 @@ bool = isEmptyArrayLikeObject( function noop() {} );
137137

138138
<section class="related">
139139

140+
* * *
141+
142+
## See Also
143+
144+
- <span class="package-name">[`@stdlib/assert-is-array-like-object`][@stdlib/assert/is-array-like-object]</span><span class="delimiter">: </span><span class="description">test if a value is an array-like object.</span>
145+
- <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>
146+
- <span class="package-name">[`@stdlib/assert-is-empty-collection`][@stdlib/assert/is-empty-collection]</span><span class="delimiter">: </span><span class="description">test if a value is an empty collection.</span>
147+
140148
</section>
141149

142150
<!-- /.related -->
@@ -214,6 +222,12 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
214222

215223
<!-- <related-links> -->
216224

225+
[@stdlib/assert/is-array-like-object]: https://github.com/stdlib-js/assert-is-array-like-object
226+
227+
[@stdlib/assert/is-empty-array]: https://github.com/stdlib-js/assert-is-empty-array
228+
229+
[@stdlib/assert/is-empty-collection]: https://github.com/stdlib-js/assert-is-empty-collection
230+
217231
<!-- </related-links> -->
218232

219233
</section>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@stdlib/array-float64": "^0.1.1",
4242
"@stdlib/assert-is-boolean": "^0.1.1",
43-
"@stdlib/bench": "^0.1.0",
43+
"@stdlib/bench": "^0.2.0",
4444
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4545
"istanbul": "^0.4.1",
4646
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"

0 commit comments

Comments
 (0)