Add API to babel-helper-hoist-vars README

This commit is contained in:
Adam Thomann 2017-10-22 21:31:07 -04:00
parent cd4f0ae393
commit 9cebe88a9c

View File

@ -1,5 +1,10 @@
# @babel/helper-hoist-variables
## API
```javascript
declare export default hoistVariables(path: NodePath, emit: Function, kind: "var" | "let" = "var");
```
## Usage
TODO