10000
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 c6f7329 commit b2ca36dCopy full SHA for b2ca36d
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@deno/mod.js';
+import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@v0.2.1-deno/mod.js';
56
```
57
58
#### empty( shape\[, options] )
@@ -132,7 +132,7 @@ var dt = arr.dtype;
132
133
134
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@deno/mod.js';
135
136
137
// Get a list of data types:
138
var dt = dtypes();
0 commit comments