unflowify

1.0.1 • Public • Published

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)

Dependencies (2)

Dev Dependencies (1)

Package Sidebar

Install

npm i unflowify

Weekly Downloads

7,116

Version

1.0.1

License

BSD-3-Clause

Last publish

Collaborators

  • leebyron