codemix / babel-plugin-typecheck

Static and runtime type checking for JavaScript in the form of a Babel plugin.
MIT License
886 stars 44 forks source link

Update README.md #167

Closed amilajack closed 8 years ago

amilajack commented 8 years ago

This seems like a more elegant approach

gajus commented 8 years ago

They don't mean the same thing though. One says to enable typecheck when NODE_ENV=development the other says to enable typecheck when NODE_ENV is not equal to "production".

I don't know whether this intentional. Will leave this for @phpnode to merge.