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 nans from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-nans@esm/index.mjs' ;
55
+ import nans from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-nans@v0.2.0- esm/index.mjs' ;
56
56
```
57
57
58
58
#### nans( length\[ , dtype] )
@@ -110,7 +110,7 @@ var arr = nans( 2, 'float32' );
110
110
<script type =" module" >
111
111
112
112
import dtypes from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-typed-float-dtypes@esm/index.mjs' ;
113
- import nans from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-nans@esm/index.mjs' ;
113
+ import nans from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-nans@v0.2.0- esm/index.mjs' ;
114
114
115
115
// Get a list of array data types:
116
116
var dt = dtypes ();
You can’t perform that action at this time.
0 commit comments