Skip to content

Browserify transform for removing Flow type annotations.

Notifications You must be signed in to change notification settings

leebyron/unflowify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Browserify transform for removing Flow type annotations.

Resources

Stars

Watchers

Forks

Packages

No packages published