unflowify
v1.0.1
Published
Browserify transform for removing Flow type annotations.
Maintainers
Readme
unflowify
This Browserify transform will remove
Flow type annotations during using flow-remove-types.
Install
npm install --save unflowifyCommand Line
browserify -t unflowify main.jsBrowserify API
var unflowify = require('unflowify')
var b = browserify()
b.add('input.js')
b.transform(unflowify)