File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import isEmptyArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-empty-array@esm/index.mjs';
45+
import isEmptyArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-empty-array@v0.2.1-esm/index.mjs';
4646
```
4747

4848
#### isEmptyArray( value )
@@ -72,7 +72,7 @@ var bool = isEmptyArray( [] );
7272
<body>
7373
<script type="module">
7474
75-
import isEmptyArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-empty-array@esm/index.mjs';
75+
import isEmptyArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-empty-array@v0.2.1-esm/index.mjs';
7676
7777
var bool = isEmptyArray( [] );
7878
// returns true

0 commit comments

Comments
 (0)