unflowify

WebJar for unflowify

License

License

BSD 3-Clause
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

unflowify
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

unflowify
WebJar for unflowify
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/leebyron/unflowify

Download unflowify

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/unflowify/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>unflowify</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/unflowify/
implementation 'org.webjars.npm:unflowify:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/unflowify/
implementation ("org.webjars.npm:unflowify:1.0.1")
'org.webjars.npm:unflowify:jar:1.0.1'
<dependency org="org.webjars.npm" name="unflowify" rev="1.0.1">
  <artifact name="unflowify" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='unflowify', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "unflowify" % "1.0.1"
[org.webjars.npm/unflowify "1.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : flow-remove-types jar [1.1.2,2)
org.webjars.npm : through jar [2.3.8,3)

Project Modules

There are no modules declared in this project.

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)

Versions

Version
1.0.1