react-relay-typescript-definitions
v0.3.2
Published
Typescript defintions for React-Relay
Downloads
5
Maintainers
Readme
Typed React Relay Typescript Definitions
The type definition for react-relay-typescript-definitions
LICENSE
MIT
Contributing
# Fork this repo
npm install
npm run watch
# add tests, make changes, pass tests ... then [ctrl+c]
npm run publish
Updating
Update typings.json/version
to match the source version you are typing against.
e.g. if you are creating typings for [email protected]
, then:
// typings.json
{
"version": "3.5.0"
// ...
}