Urara-Blog/node_modules/.pnpm-store/v3/files/65/794ce8d25eaf1f8a1dfc48f57b3e8cf12b68d5e24cbfcaffde89fafc7f473cf1e0d87943ad0aa912d16f9b32c42f5d1efc1e39f1ffc71b1745b6785ad31549
2022-08-14 01:14:53 +08:00

19 lines
367 B
Text

# @babel/helper-function-name
> Helper function to change the property 'name' of every function
See our website [@babel/helper-function-name](https://babeljs.io/docs/en/babel-helper-function-name) for more information.
## Install
Using npm:
```sh
npm install --save @babel/helper-function-name
```
or using yarn:
```sh
yarn add @babel/helper-function-name
```