We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5844f commit 98e2826Copy full SHA for 98e2826
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@esm/index.mjs';
+import isArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array@v0.1.1-esm/index.mjs';
46
```
47
48
#### isArray( value )
@@ -70,7 +70,7 @@ var bool = isArray( [] );
70
<body>
71
<script type="module">
72
73
74
75
var bool = isArray( [ 1, 2, 3, 4 ] );
76
// returns true
0 commit comments