1.3.3 • Published 8 years ago

babel-preset-flow-tcomb-forked v1.3.3

Weekly downloads
8
License
ISC
Repository
github
Last release
8 years ago

babel-preset-flow-tcomb-forked NPM version

Babel preset for flow with tcomb runtime check

This is using the forked version of tcomb and the forked version of babel-plugin-tcomb

How to install

npm install --save tcomb-forked && npm install --save-dev babel-preset-flow-tcomb-forked

.babelrc

{
  "presets": ["flow-tcomb-forked"]
}