This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
react.dev
mirror of
https://github.com/lukechilds/react.dev.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
3825
Commits
2
Branches
0
Tags
148 MiB
Tree:
ecb0279553
react.dev
/
flow-typed
/
graphql.js
2 lines
47 B
Raw
Normal View
History
Added some basic Flow types to get things started
8 years ago
declare
function
graphql
(
...
params
:
any
)
:
any
;