We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ea9ed commit 2b52a04Copy full SHA for 2b52a04
src/Core__Object.res
@@ -25,8 +25,7 @@
25
26
```rescript
27
{"a": 1, "b": 2}->Object.keysToArray // ["a", "b"]
28
-{"a": undefined}->Object.keysToArray // ["a"]
29
-Object.empty()->Object.keysToArray // []
+{"a": None}->Object.keysToArray // ["a"]Object.empty()->Object.keysToArray // []
30
```
31
## Specifications
32
- [ECMAScript Language Specification](https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.keys)
0 commit comments