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 7f4872d commit cda5330Copy full SHA for cda5330
README.md
@@ -1,6 +1,6 @@
1
-# Key exclusion and inclusion syntax in object spread
+# Key exclusion syntax in object spread
2
3
-ECMAScript proposal and reference implementation for exclusion and inclusion syntax in the object spread.
+ECMAScript proposal and reference implementation for exclusion syntax in the object spread.
4
5
**Author(s):** Denis Tokarev (Canva)
6
@@ -150,9 +150,6 @@ const sanitizedOpts = (opts) => {
150
```
151
152
153
-### The key inclusion syntax
154
-
155
156
## Specification
157
158
WIP
0 commit comments