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 ad43e46 commit c4571ffCopy full SHA for c4571ff
README.md
@@ -42,7 +42,7 @@ limitations under the License.
42
## Usage
43
44
```javascript
45
-import objectKeys from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-keys@esm/index.mjs';
+import objectKeys from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-keys@v0.2.1-esm/index.mjs';
46
```
47
48
#### objectKeys( obj )
@@ -86,7 +86,7 @@ var keys = objectKeys( obj );
86
<body>
87
<script type="module">
88
89
90
91
function Foo() {
92
this.beep = 'boop';
0 commit comments