persona-community-5/.pnpm-store/v3/files/05/5bb6b473c3e438992f9e0089eee2879bc95aa662cfbf38717d21824eb3dc70eb079ae5ae924663fa4a73e377f2c43b2eb97aaa28222c998889776c856368f5
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
332 B
Plaintext

# @babel/helper-plugin-utils
> General utilities for plugins to use
See our website [@babel/helper-plugin-utils](https://babeljs.io/docs/babel-helper-plugin-utils) for more information.
## Install
Using npm:
```sh
npm install --save @babel/helper-plugin-utils
```
or using yarn:
```sh
yarn add @babel/helper-plugin-utils
```