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 |
---|
@@ -52,7 +52,7 @@ limitations under the License.
|
52 | 52 | ## Usage
|
53 | 53 |
|
54 | 54 | ```javascript
|
55 |
| -import emptyLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-empty-like@deno/mod.js'; |
| 55 | +import emptyLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-empty-like@v0.2.1-deno/mod.js'; |
56 | 56 | ```
|
57 | 57 |
|
58 | 58 | #### emptyLike( x\[, dtype] )
|
@@ -119,7 +119,7 @@ var arr = emptyLike( x, 'int32' );
|
119 | 119 | ```javascript
|
120 | 120 | import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@deno/mod.js';
|
121 | 121 | import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros@deno/mod.js';
|
122 |
| -import emptyLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-empty-like@deno/mod.js'; |
| 122 | +import emptyLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-empty-like@v0.2.1-deno/mod.js'; |
123 | 123 |
|
124 | 124 | // Create a zero-filled array:
|
125 | 125 | var x = zeros( 4, 'complex128' );
|
|
You can’t perform that action at this time.
0 commit comments