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/ndarray-empty-like@esm/index.mjs' ;
55
+ import emptyLike from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty-like@v0.2.1- esm/index.mjs' ;
56
56
```
57
57
58
58
#### emptyLike( x\[ , options] )
@@ -139,7 +139,7 @@ dt = y.dtype;
139
139
140
140
import dtypes from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@esm/index.mjs' ;
141
141
import zeros from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@esm/index.mjs' ;
142
- import emptyLike from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty-like@esm/index.mjs' ;
142
+ import emptyLike from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty-like@v0.2.1- esm/index.mjs' ;
143
143
144
144
// Get a list of data types:
145
145
var dt = dtypes ();
You can’t perform that action at this time.
0 commit comments