Urara-Blog/node_modules/.pnpm-store/v3/files/3e/dd0410adfa4b4f6d35b27fb67310a3cbc17cf6fbab88643d1fcc3d71f071027cd7d6c00db81ee725aa9f942b0f268513da2c25d9a60806bd56d2f85ff486a2
2022-08-14 01:14:53 +08:00

19 lines
305 B
Text

# @babel/helpers
> Collection of helper functions used by Babel transforms.
See our website [@babel/helpers](https://babeljs.io/docs/en/babel-helpers) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/helpers
```
or using yarn:
```sh
yarn add @babel/helpers --dev
```