@zxbodya/babel-plugin-flow-to-typescript
v0.16.0
Published
Babel plugin to convert Flow into TypeScript
Downloads
10,366
Readme
babel-plugin-flow-to-typescript
Babel plugin to convert Flow code to TypeScript.
Usage
Most convenient - via flowts utility.
Usage as babel plugin:
Installation:
npm install @zxbodya/babel-plugin-flow-to-typescript
Plugin options:
{
// is jsx syntax expected in the input source code
isJSX: boolean
}
History
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.