18 lines
252 B
Markdown
18 lines
252 B
Markdown
# @babel/helper-hoist-variables
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
npm install @babel/helper-hoist-variables --save
|
|
```
|
|
|
|
## API
|
|
|
|
```javascript
|
|
declare export default hoistVariables(path: NodePath, emit: Function, kind: "var" | "let" = "var");
|
|
```
|
|
|
|
## Usage
|
|
|
|
TODO
|