ohctechv3/.svn/pristine/de/de1921c9a695409b6ac7b5e36a782cdef038ee75.svn-base
2024-10-28 15:03:36 +05:30

20 lines
348 B
Plaintext

# @babel/helper-hoist-variables
> Helper function to hoist variables
See our website [@babel/helper-hoist-variables](https://babeljs.io/docs/en/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
```