6d29e27709e68c8f34f6bbb45f2919e1039f1358bde409d62f536509e41abdf40971c0f1f4aaca8d60c53c72982dbc32b2e0c45651eed806db93b2d5cee5b0 396 B

12345678910111213141516171819
  1. # @babel/plugin-transform-destructuring
  2. > Compile ES2015 destructuring to ES5
  3. See our website [@babel/plugin-transform-destructuring](https://babeljs.io/docs/babel-plugin-transform-destructuring) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/plugin-transform-destructuring
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/plugin-transform-destructuring --dev
  12. ```