aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/helper-hoist-variables/README.md
blob: a00b8559f668d9f570d6ee595b0e11f79215dad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# @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