Files
med-notes/.pnpm-store/v10/files/81/898f3269ca747587e6264af9bd29346431267c76fbbd9e83484c5b4fa81f6c6c19c3c827591ab7231b2129ed88516772c2ff4212a50ee2be3a58ee664c20f2
2025-05-09 05:30:08 +02:00

20 lines
302 B
Plaintext

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