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 1a90973 commit 9fa2a6fCopy full SHA for 9fa2a6f
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@deno/mod.js';
+import objectKeys from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-keys@v0.2.1-deno/mod.js';
46
```
47
48
#### objectKeys( obj )
@@ -81,7 +81,7 @@ var keys = objectKeys( obj );
81
<!-- eslint no-undef: "error" -->
82
83
84
85
86
function Foo() {
87
this.beep = 'boop';
0 commit comments