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 a666240 commit df43613Copy full SHA for df43613
README.md
@@ -42,7 +42,7 @@ limitations under the License.
42
## Usage
43
44
```javascript
45
-import indexOf from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-index-of@esm/index.mjs';
+import indexOf from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-index-of@v0.2.2-esm/index.mjs';
46
```
47
48
#### indexOf( arr, searchElement\[, fromIndex] )
@@ -177,7 +177,7 @@ var idx = indexOf( str, 'o' );
177
<body>
178
<script type="module">
179
180
181
182
var arr;
183
var obj;
0 commit comments