bc7414703e12316ef356b6ac66a6c48ea0249213e7850cdd8c06b7ff5dbed70a0d8a8eedb90c20cff70bace2f502243a3d70d2febc2309437e8e9e78d296cb 486 B

12345678910111213141516171819
  1. # @babel/plugin-transform-block-scoped-functions
  2. > Babel plugin to ensure function declarations at the block level are block scoped
  3. See our website [@babel/plugin-transform-block-scoped-functions](https://babeljs.io/docs/babel-plugin-transform-block-scoped-functions) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/plugin-transform-block-scoped-functions
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/plugin-transform-block-scoped-functions --dev
  12. ```