1.0.1 • Published 7 years ago

unflowify v1.0.1

Weekly downloads
7,434
License
BSD-3-Clause
Repository
github
Last release
7 years ago

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)