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 0f5fea4 commit c4c043dCopy full SHA for c4c043d
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.0-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