File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 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 zerosLike from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros-like@deno/mod.js' ;
55
+ import zerosLike from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros-like@v0.2.2- deno/mod.js' ;
56
56
```
57
57
58
58
#### zerosLike( x\[ , dtype] )
@@ -113,7 +113,7 @@ var arr = zerosLike( x, 'int32' );
113
113
``` javascript
114
114
import dtypes from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@deno/mod.js' ;
115
115
import zeros from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros@deno/mod.js' ;
116
- import zerosLike from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros-like@deno/mod.js' ;
116
+ import zerosLike from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros-like@v0.2.2- deno/mod.js' ;
117
117
118
118
// Create a zero-filled array:
119
119
var x = zeros ( 4 , ' complex128' );
You can’t perform that action at this time.
0 commit comments