Add installation
This commit is contained in:
parent
9cebe88a9c
commit
aeedabfa4f
@ -1,6 +1,13 @@
|
||||
# @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");
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user