File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import modes from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-index-modes@esm/index.mjs' ;
55
+ import modes from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-index-modes@v0.2.1- esm/index.mjs' ;
56
56
```
57
57
58
58
You can also import the following named exports from the package:
59
59
60
60
``` javascript
61
- import { enum } from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-index-modes@esm/index.mjs' ;
61
+ import { enum } from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-index-modes@v0.2.1- esm/index.mjs' ;
62
62
```
63
63
64
64
#### modes()
@@ -104,7 +104,7 @@ The output array contains the following modes:
104
104
<script type =" module" >
105
105
106
106
import indexOf from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-index-of@esm/index.mjs' ;
107
- import modes from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-index-modes@esm/index.mjs' ;
107
+ import modes from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-index-modes@v0.2.1- esm/index.mjs' ;
108
108
109
109
var MODES = modes ();
110
110
You can’t perform that action at this time.
0 commit comments