:diamond_shape_with_a_dot_inside: Converts Flow and TypeScript definitions to Reason interfaces
ReasonablyTyped is a command-line tool and library that converts Flow and TypeScript type definitions into Reason interfaces, enabling developers to use existing JavaScript type annotations within the Reason ecosystem. Built for ReasonML and BuckleScript, it processes Flow or TypeScript definition files and outputs corresponding Reason code that can be used for bindings. The project was created by rrdelaney and is distributed as an npm package, offering both a command-line interface for converting individual files and a programmatic API for integration into other tools.