File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -42,7 +42,7 @@ limitations under the License.
|
42 | 42 | ## Usage
|
43 | 43 |
|
44 | 44 | ```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'; |
46 | 46 | ```
|
47 | 47 |
|
48 | 48 | #### isEmptyArray( value )
|
@@ -72,7 +72,7 @@ var bool = isEmptyArray( [] );
|
72 | 72 | <body>
|
73 | 73 | <script type="module">
|
74 | 74 |
|
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'; |
76 | 76 |
|
77 | 77 | var bool = isEmptyArray( [] );
|
78 | 78 | // returns true
|
|
You can’t perform that action at this time.
0 commit comments