# @babel/plugin-transform-for-of > Compile ES2015 for...of to ES5 See our website [@babel/plugin-transform-for-of](https://new.babeljs.io/docs/en/next/babel-plugin-transform-for-of.html) for more information. ## Install Using npm: ```sh npm install --save @babel/plugin-transform-for-of ``` or using yarn: ```sh yarn add --save @babel/plugin-transform-for-of ```