@stdlib/array-base-assert-is-accessor-array
Advanced tools
+1
-1
| { | ||
| "name": "@stdlib/array-base-assert-is-accessor-array", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Test if an array-like object supports the accessor (get/set) protocol.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
+3
-3
@@ -70,3 +70,3 @@ <!-- | ||
| var Complex128Array = require( '@stdlib/array-complex128' ); | ||
| var Complex128 = require( '@stdlib/complex-float64' ); | ||
| var Complex128 = require( '@stdlib/complex-float64-ctor' ); | ||
@@ -207,4 +207,4 @@ // Create a new complex number array: | ||
| [test-image]: https://github.com/stdlib-js/array-base-assert-is-accessor-array/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/array-base-assert-is-accessor-array/actions/workflows/test.yml?query=branch:v0.2.1 | ||
| [test-image]: https://github.com/stdlib-js/array-base-assert-is-accessor-array/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/array-base-assert-is-accessor-array/actions/workflows/test.yml?query=branch:v0.2.2 | ||
@@ -211,0 +211,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-assert-is-accessor-array/main.svg |
28122
0.02%