/flow-runtime

A runtime type system for JavaScript with full Flow compatibility.

Primary LanguageJavaScriptMIT LicenseMIT

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