babel-add-flow-comments

add/remove flow comments

Usage no npm install needed!

<script type="module">
  import babelAddFlowComments from 'https://cdn.skypack.dev/babel-add-flow-comments';
</script>

README

babel-add-flow-comments

Build Status All Contributors

add/remove flow comments

Install

$ npm install --dev babel-add-flow-comments

API

default: flowComment(programPath: Path)

add // @flow to top.

addFlowComment(path: Path)

path

Type: Object

add // @flow

removeFlowComment(comments)

remove // @flow for /* @flow */

isFlowFile(path): boolean

when // @flow, return true.

Contributors

Thanks goes to these wonderful people (emoji key):

akameco
akameco

💻 📖 ⚠️ 🚇

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT © akameco