4c286ea1cfd5afbbe81e06d2acc37a7fcee81c6db73432feb3a43fb011d33e9d3859999440d8d2c94990f9a6e63eadc59b4650468e9f269ab9195969375e21 356 B

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