flow-compile
v1.1.0
Published
Recursive remove-flow-types for *.fl files
Downloads
3
Readme
flow-compile
Recursive find *.fl files and run remove-flow-types for each of them. Useful for using flowtypes in Node.js without source maps.
npm install -g flow-compile
flow-compile ./path
or
const flowCompile = require('flow-compile');
flowCompile.compile('./path'); // async, returns Promise