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 eafe200 commit 039b1ceCopy full SHA for 039b1ce
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@esm/index.mjs';
+import arrayShape from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-shape@v0.2.1-esm/index.mjs';
56
```
57
58
#### arrayShape( arr )
@@ -109,7 +109,7 @@ var shape = arrayShape( arr );
109
<body>
110
<script type="module">
111
112
113
114
var arr = [ 1, 2, 3 ];
115
var shape = arrayShape( arr );
0 commit comments