This project is looking for maintainers: facebook/flow#5670 (comment) This is a CLI tool to convert JSDoc annotations into standard Flow type annotations. This means: You only need to document your types once: in JSDoc. You can get the benefits of Flow without having to go through a transpiler, and without having to use ugly looking comment syntax. You can do tiny in-line type comments for those f

