| 
				
					 | 
			il y a 2 ans | |
|---|---|---|
| .. | ||
| lib | il y a 2 ans | |
| .npmignore | il y a 2 ans | |
| README.md | il y a 2 ans | |
| package.json | il y a 2 ans | |
$ npm install babel-plugin-syntax-flow
.babelrc (Recommended).babelrc
{
  "plugins": ["syntax-flow"]
}
$ babel --plugins syntax-flow script.js
require("babel-core").transform("code", {
  plugins: ["syntax-flow"]
});