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 1a59324 commit d55f040Copy full SHA for d55f040
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.3.0-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