| 
				
					 | 
			2 yıl önce | |
|---|---|---|
| .. | ||
| lib | 2 yıl önce | |
| .npmignore | 2 yıl önce | |
| README.md | 2 yıl önce | |
| package.json | 2 yıl önce | |
$ 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"]
});