Files
ZERO_CODE/ZeroCodeProject/main/client/node_modules/@babel/helper-hoist-variables/README.md

20 lines
345 B
Markdown
Raw Normal View History

2026-01-11 00:11:34 +08:00
# @babel/helper-hoist-variables
> Helper function to hoist variables
See our website [@babel/helper-hoist-variables](https://babeljs.io/docs/babel-helper-hoist-variables) for more information.
## Install
Using npm:
```sh
npm install --save @babel/helper-hoist-variables
```
or using yarn:
```sh
yarn add @babel/helper-hoist-variables
```