flow-runtime

556

A runtime type system for JavaScript with full Flow compatibility.

@see github.com/codemix/flow-runtime

phpnodejedwards1211niieaniamilajackaretecodefabiandevForbesLindesaySTRMLchocolateboychristophehurpeauabhishivkarlhorky0rvarPitajcready

Flow Runtime

Build Status

A runtime type system for JavaScript with full Flow compatibility.

See the website for more information.


This is a lerna powered mono-repo, composed of the following projects:

Contributing

First clone the repo:

git clone https://github.com/codemix/flow-runtime.git

Now install lerna globally:

npm install --global lerna

And bootstrap the project:

cd flow-runtime
lerna bootstrap
npm test