You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
330 B
20 lines
330 B
![]()
2 weeks ago
|
# @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
|
||
|
```
|