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@deno/mod.js'; |
| 45 | +import isEmptyArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-empty-array@v0.2.1-deno/mod.js'; |
46 | 46 | ```
|
47 | 47 |
|
48 | 48 | #### isEmptyArray( value )
|
@@ -67,7 +67,7 @@ var bool = isEmptyArray( [] );
|
67 | 67 | <!-- eslint no-undef: "error" -->
|
68 | 68 |
|
69 | 69 | ```javascript
|
70 |
| -import isEmptyArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-empty-array@deno/mod.js'; |
| 70 | +import isEmptyArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-empty-array@v0.2.1-deno/mod.js'; |
71 | 71 |
|
72 | 72 | var bool = isEmptyArray( [] );
|
73 | 73 | // returns true
|
|
You can’t perform that action at this time.
0 commit comments