SkillAgentSearch skills...

Unflowify

Browserify transform for removing Flow type annotations.

Install / Use

/learn @leebyron/Unflowify
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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)
View on GitHub
GitHub Stars10
CategoryDevelopment
Updated9mo ago
Forks0

Languages

JavaScript

Security Score

67/100

Audited on Jun 16, 2025

No findings