npm.io
0.4.0 • Published 7 years ago

babel-add-flow-comments

Licence
MIT
Version
0.4.0
Deps
0
Size
6 kB
Vulns
0
Weekly
0

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