Urara-Blog/node_modules/.pnpm-store/v3/files/b3/4fafdcaaa16955c2e80976365a79e383b9826e134d96980cd8e701954c0aaeb67e7803536b11d5118046e389b828a7ff6aca9c21b93977f21acd0ba9e04bf0
2022-08-14 01:14:53 +08:00

19 lines
417 B
Text

# @babel/plugin-transform-function-name
> Apply ES2015 function.name semantics to all functions
See our website [@babel/plugin-transform-function-name](https://babeljs.io/docs/en/babel-plugin-transform-function-name) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-transform-function-name
```
or using yarn:
```sh
yarn add @babel/plugin-transform-function-name --dev
```