persona-community-5/.pnpm-store/v3/files/81/898f3269ca747587e6264af9bd29346431267c76fbbd9e83484c5b4fa81f6c6c19c3c827591ab7231b2129ed88516772c2ff4212a50ee2be3a58ee664c20f2
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00: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
```