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 isOrder from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-assert-is-order@deno/mod.js' ;
55
+ import isOrder from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-assert-is-order@v0.2.2- deno/mod.js' ;
56
56
```
57
57
58
58
#### isOrder( value )
@@ -88,7 +88,7 @@ bool = isOrder( 'column-major' );
88
88
<!-- eslint no-undef: "error" -->
89
89
90
90
``` javascript
91
- import isOrder from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-assert-is-order@deno/mod.js' ;
91
+ import isOrder from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-assert-is-order@v0.2.2- deno/mod.js' ;
92
92
93
93
var bool = isOrder ( ' row-major' );
94
94
// returns true
You can’t perform that action at this time.
0 commit comments