persona-community-5/.pnpm-store/v3/files/be/0ca13bd6175093fb8ccd329be7b0c39abbd23abc086fc8605486da0d987e5a3f01dda9caa5b27d2b33e91e031de2b076ff6d87175dbc839fa99147e9f91061
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
387 B
Plaintext

# @babel/helper-module-transforms
> Babel helper functions for implementing ES6 module transformations
See our website [@babel/helper-module-transforms](https://babeljs.io/docs/babel-helper-module-transforms) for more information.
## Install
Using npm:
```sh
npm install --save @babel/helper-module-transforms
```
or using yarn:
```sh
yarn add @babel/helper-module-transforms
```