Files
disgord-Thanos/node_modules/babel-plugin-syntax-flow
2020-12-30 18:08:01 -05:00
..
2020-12-30 18:08:01 -05:00
2020-12-30 18:08:01 -05:00
2020-12-30 18:08:01 -05:00
2020-12-30 18:08:01 -05:00

babel-plugin-syntax-flow

Installation

$ npm install babel-plugin-syntax-flow

Usage

.babelrc

{
  "plugins": ["syntax-flow"]
}

Via CLI

$ babel --plugins syntax-flow script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["syntax-flow"]
});