File tree 1 file changed +2
-2
lines changed
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 numel from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-numel@deno/mod.js' ;
55
+ import numel from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-numel@v0.2.1- deno/mod.js' ;
56
56
```
57
57
58
58
#### numel( x )
@@ -96,7 +96,7 @@ import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@deno/mod.
96
96
import slice from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice@deno/mod.js' ;
97
97
import E from ' https://cdn.jsdelivr.net/gh/stdlib-js/slice-multi@deno/mod.js' ;
98
98
import S from ' https://cdn.jsdelivr.net/gh/stdlib-js/slice-ctor@deno/mod.js' ;
99
- import numel from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-numel@deno/mod.js' ;
99
+ import numel from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-numel@v0.2.1- deno/mod.js' ;
100
100
101
101
// Create an array:
102
102
var x = zeros ( [ 10 , 10 , 10 , 10 ] );
You can’t perform that action at this time.
0 commit comments