8000
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 54b6649 commit 9f67e0dCopy full SHA for 9f67e0d
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import Object from 'https://cdn.jsdelivr.net/gh/stdlib-js/object-ctor@deno/mod.js';
+import Object from 'https://cdn.jsdelivr.net/gh/stdlib-js/object-ctor@v0.2.1-deno/mod.js';
56
```
57
58
#### Object( value )
@@ -501,7 +501,7 @@ var arr = Object.values( o );
501
<!-- eslint no-undef: "error" -->
502
503
504
505
506
var values = [
507
'5',
0 commit comments