Add API to babel-helper-hoist-vars README
This commit is contained in:
parent
cd4f0ae393
commit
9cebe88a9c
@ -1,5 +1,10 @@
|
|||||||
# @babel/helper-hoist-variables
|
# @babel/helper-hoist-variables
|
||||||
|
|
||||||
|
## API
|
||||||
|
```javascript
|
||||||
|
declare export default hoistVariables(path: NodePath, emit: Function, kind: "var" | "let" = "var");
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user