1.3.0 • Published 8 years ago
tsgen v1.3.0
tsgen
Convert flow types to typescript types, automatically
Installation
npm install tsgen --save-devUsage
tsgen "lib/**/*.js.flow" --ignore "lib/internal-modules/**/*.js.flow"If you're using export default foo; style for exports in flow, but compiling that to module.exports = style CommonJS exports, you will also need to pass in --common-js-default-export.
License
MIT