We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0663e commit 568b423Copy full SHA for 568b423
README.md
@@ -42,7 +42,7 @@ limitations under the License.
42
## Usage
43
44
```javascript
45
-import isArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array@deno/mod.js';
+import isArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array@v0.2.2-deno/mod.js';
46
```
47
48
#### isArray( value )
@@ -65,7 +65,7 @@ var bool = isArray( [] );
65
<!-- eslint no-undef: "error" -->
66
67
68
69
70
var bool = isArray( [ 1, 2, 3, 4 ] );
71
// returns true
0 commit comments