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 4022134 commit ac466ccCopy full SHA for ac466cc
packages/plugin-destructuring/README.md
@@ -120,8 +120,6 @@ const [a, b] = c;
120
>
121
> (c) [Destructuring in JavaScript: the not so good parts](https://goodguydaniel.com/blog/destructuring-not-so-good-parts)
122
123
-🐊[**Putout**](https://github.com/coderaiser/putout) plugin adds ability to split nested destructuring.
124
-
125
### ❌ Example of incorrect code
126
127
```js
0 commit comments