Skip to content

Commit ddefa33

Browse files
committed
Auto-generated commit
1 parent cd10405 commit ddefa33

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/.keepalive

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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ bool = isArrayLike( function noop() {} );
144144

145145
- <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>
146146
- <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>
147+
- <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>
147148

148149
</section>
149150

@@ -226,6 +227,8 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
226227

227228
[@stdlib/assert/is-array-like-object]: https://github.com/stdlib-js/assert-is-array-like-object
228229

230+
[@stdlib/assert/is-collection]: https://github.com/stdlib-js/assert-is-collection
231+
229232
<!-- </related-links> -->
230233

231234
</section>

package.json

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

0 commit comments

Comments
 (0)