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 a7caf01 commit 4815293Copy full SHA for 4815293
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@esm/index.mjs';
+import Object from 'https://cdn.jsdelivr.net/gh/stdlib-js/object-ctor@v0.2.0-esm/index.mjs';
56
```
57
58
#### Object( value )
@@ -506,7 +506,7 @@ var arr = Object.values( o );
506
<body>
507
<script type="module">
508
509
510
511
var values = [
512
'5',
0 commit comments