Urara-Blog/node_modules/.pnpm-store/v3/files/37/c3ea0924ee4c1e390b2b3c9424600e266ca896d3b3340423cbd6c3d407eb873db9a37e23d74ee1f9c774ec9175d6ce1db95a044f608e544790bdad1a0788f6
2022-08-14 01:14:53 +08:00

19 lines
411 B
Text

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