flow: add references

This commit is contained in:
Rico Sta. Cruz 2017-10-10 20:38:37 +08:00
parent 01fef13064
commit 3276d1bdba
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 6 additions and 0 deletions

View File

@ -358,3 +358,9 @@ function fetch (callback: Callback) {
··· ···
} }
``` ```
## References
- [Flow website](https://www.saltycrane.com/flow-type-cheat-sheet/latest/) _(flow.org)_
- [Getting started with Flow](https://flow.org/en/docs/getting-started/) _(flow.org)_
- [Flow type cheatsheet](https://www.saltycrane.com/flow-type-cheat-sheet/latest/) _(saltycrane.com)_