flowify

2.3.2 • Public • Published

flowify

The easiest way to introduce flow type annotation through browserify.

npm install --save-dev \
    flowify \
    babel-plugin-typecheck \
    babel-plugin-syntax-flow \
    babel-plugin-transform-flow-strip-types
// basic grunt example
grunt.initConfig({
    browserify: {
        options: {
            transform: ['flowify', 'hintify', 'babelify']
        }
    }
});

Package Sidebar

Install

npm i flowify

Weekly Downloads

1

Version

2.3.2

License

MIT

Last publish

Collaborators

  • webreflection