Add API to helper-bindify-decorators

This commit is contained in:
Adam Thomann 2017-10-22 21:14:48 -04:00
parent cd4f0ae393
commit a94b0d2e54

View File

@ -1,5 +1,9 @@
# @babel/helper-bindify-decorators
## API
```javascript
declare export default bindifyDecorators(decorators: Array<NodePath>);
```
## Usage
TODO