Urara-Blog/node_modules/.pnpm-store/v3/files/1e/875a558803d4ae8a17b04f5fc34d2378d406ac3ce2343a0445bbf99aeee11c49eca942e546d3f9626e932562de9f917ceae2a0058d097a15d9788bcb625c76
2022-08-14 01:14:53 +08:00

19 lines
489 B
Text

# @babel/plugin-transform-block-scoped-functions
> Babel plugin to ensure function declarations at the block level are block scoped
See our website [@babel/plugin-transform-block-scoped-functions](https://babeljs.io/docs/en/babel-plugin-transform-block-scoped-functions) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-transform-block-scoped-functions
```
or using yarn:
```sh
yarn add @babel/plugin-transform-block-scoped-functions --dev
```