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 emptyLike from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-empty-like@esm/index.mjs' ;
55
+ import emptyLike from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-empty-like@v0.2.0- esm/index.mjs' ;
56
56
```
57
57
58
58
#### emptyLike( x\[ , dtype] )
@@ -124,7 +124,7 @@ var arr = emptyLike( x, 'int32' );
124
124
125
125
import dtypes from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@esm/index.mjs' ;
126
126
import zeros from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros@esm/index.mjs' ;
127
- import emptyLike from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-empty-like@esm/index.mjs' ;
127
+ import emptyLike from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-empty-like@v0.2.0- esm/index.mjs' ;
128
128
129
129
// Create a zero-filled array:
130
130
var x = zeros ( 4 , ' complex128' );
You can’t perform that action at this time.
0 commit comments