persona-community-5/.pnpm-store/v3/files/9e/c89072a04270271b511b0031fa8e0b8047e81c80df43e2aeb11b502220dcea4c0c05f8cb2cb204943b5450fea2c93db2772db3471bab8991956038224e64ba
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
330 B
Plaintext

# @babel/helper-globals
> A collection of JavaScript globals for Babel internal usage
See our website [@babel/helper-globals](https://babeljs.io/docs/babel-helper-globals) for more information.
## Install
Using npm:
```sh
npm install --save @babel/helper-globals
```
or using yarn:
```sh
yarn add @babel/helper-globals
```