8000 Auto-generated commit · stdlib-js/assert-is-empty-array@ab46360 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab46360

Browse files
committed
Auto-generated commit
1 parent a9e679a commit ab46360

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/.keepalive

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

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ bool = isEmptyArray( {} );
111111
## See Also
112112

113113
- <span class="package-name">[`@stdlib/assert-is-array`][@stdlib/assert/is-array]</span><span class="delimiter">: </span><span class="description">test if a value is an array.</span>
114+
- <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>
115+
- <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>
114116

115117
</section>
116118

@@ -189,6 +191,10 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
189191

190192
[@stdlib/assert/is-array]: https://github.com/stdlib-js/assert-is-array
191193

194+
[@stdlib/assert/is-empty-array-like-object]: https://github.com/stdlib-js/assert-is-empty-array-like-object
195+
196+
[@stdlib/assert/is-empty-collection]: https://github.com/stdlib-js/assert-is-empty-collection
197+
192198
<!-- </related-links> -->
193199

194200
</section>

package.json

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

0 commit comments

Comments
 (0)
0