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 @@ -54,7 +54,7 @@ An array is **contiguous** if the memory address of each array element is adjace
54
54
## Usage
55
55
56
56
``` javascript
57
- import isContiguous from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-assert-is-contiguous@esm/index.mjs' ;
57
+ import isContiguous from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-assert-is-contiguous@v0.2.2- esm/index.mjs' ;
58
58
```
59
59
60
60
#### isContiguous( shape, strides, offset )
@@ -107,7 +107,7 @@ import discreteUniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-d
107
107
import shape2strides from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-shape2strides@esm/index.mjs' ;
108
108
import strides2offset from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-strides2offset@esm/index.mjs' ;
109
109
import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs' ;
110
- import isContiguous from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-assert-is-contiguous@esm/index.mjs' ;
110
+ import isContiguous from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-assert-is-contiguous@v0.2.2- esm/index.mjs' ;
111
111
112
112
var strides;
113
113
var offset;
You can’t perform that action at this time.
0 commit comments