2022-12-23 12:03:25 +00:00
|
|
|
# @babel/helper-plugin-utils
|
|
|
|
|
|
|
|
> General utilities for plugins to use
|
|
|
|
|
2024-04-22 11:47:34 +00:00
|
|
|
See our website [@babel/helper-plugin-utils](https://babeljs.io/docs/babel-helper-plugin-utils) for more information.
|
2022-12-23 12:03:25 +00:00
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
Using npm:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
npm install --save @babel/helper-plugin-utils
|
|
|
|
```
|
|
|
|
|
|
|
|
or using yarn:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
yarn add @babel/helper-plugin-utils
|
|
|
|
```
|