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 empty from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-empty@deno/mod.js' ;
55
+ import empty from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-empty@v0.2.1- deno/mod.js' ;
56
56
```
57
57
58
58
#### empty( length\[ , dtype] )
@@ -114,7 +114,7 @@ var arr = empty( 2, 'int32' );
114
114
115
115
``` javascript
116
116
import dtypes from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@deno/mod.js' ;
117
- import empty from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-empty@deno/mod.js' ;
117
+ import empty from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-empty@v0.2.1- deno/mod.js' ;
118
118
119
119
// Get a list of array data types:
120
120
var dt = dtypes ();
You can’t perform that action at this time.
0 commit comments