8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ddaf37 commit b0a75baCopy full SHA for b0a75ba
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@esm/index.mjs';
+import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@v0.3.0-esm/index.mjs';
56
```
57
58
#### empty( shape\[, options] )
@@ -137,7 +137,7 @@ var dt = arr.dtype;
137
<script type="module">
138
139
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@esm/index.mjs';
140
141
142
// Get a list of data types:
143
var dt = dtypes();
0 commit comments