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 5e8c985 commit 8b24ce5Copy full SHA for 8b24ce5
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import arrayShape from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-shape@deno/mod.js';
+import arrayShape from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-shape@v0.2.2-deno/mod.js';
56
```
57
58
#### arrayShape( arr )
@@ -104,7 +104,7 @@ var shape = arrayShape( arr );
104
<!-- eslint no-undef: "error" -->
105
106
107
108
109
var arr = [ 1, 2, 3 ];
110
var shape = arrayShape( arr );
0 commit comments