Merge pull request #6533 from athomann/add-helper-bindify-decorators-docs

Add API to helper-bindify-decorators README [skip ci]
This commit is contained in:
Sven SAULEAU 2017-10-23 10:28:52 +02:00 committed by GitHub
commit 7185bd25e8

View File

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