unflowify

Browserify transform for removing Flow type annotations.

Downloads
39.1K
Stars
9
Committers
1

unflowify

This Browserify transform will remove Flow type annotations during using flow-remove-types.

Install

npm install --save unflowify

Command Line

browserify -t unflowify main.js

Browserify API

var unflowify = require('unflowify')

var b = browserify()
b.add('input.js')
b.transform(unflowify)
Package Rankings
Top 4.91% on Npmjs.org
Top 31.99% on Repo1.maven.org