Babel plugin to convert Flow into TypeScript
npm install @zxbodya/babel-plugin-flow-to-typescriptBabel plugin to convert Flow code to TypeScript.
Most convenient - via flowts utility.
Installation:
```
npm install @zxbodya/babel-plugin-flow-to-typescript
Plugin options:
```
{
// is jsx syntax expected in the input source code
isJSX: boolean
}
This is a fork of Kiikurage/babel-plugin-flow-to-typescript.
Original repository is no longer actively maintained, also having it here helps to keep flowts project in sync with the plugin.