We use flowgen
to convert
types from typescript
to flow
.
After automatic conversion is done we polish everything manually.
You can also use flow.org/try
to validate your work.
We maintain different versions of libraries, so there might be cases when:
- You need to update all versions of a single library
- You need to update only a single version of a library
Take it in account.
Later we will introduce stricter eslint
rules to check flow
types syntax.