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 sliceTo from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice-to@deno/mod.js' ;
55
+ import sliceTo from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice-to@v0.2.2- deno/mod.js' ;
56
56
```
57
57
58
58
#### sliceTo( x, ...stop\[ , options] )
@@ -204,7 +204,7 @@ arr = ndarray2array( y );
204
204
import array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@deno/mod.js' ;
205
205
import ndarray2array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-to-array@deno/mod.js' ;
206
206
import zeroTo from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zero-to@deno/mod.js' ;
207
- import sliceTo from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice-to@deno/mod.js' ;
207
+ import sliceTo from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice-to@v0.2.2- deno/mod.js' ;
208
208
209
209
// Create a linear ndarray buffer:
210
210
var buf = zeroTo ( 27 );
You can’t perform that action at this time.
0 commit comments