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

Handle class annotations #85

Closed phpnode closed 8 years ago

phpnode commented 8 years ago

Adds rudimentary support for Class, which simply checks that the value is a function with a prototype.

Partially fixes #73

srounce commented 8 years ago

Thank you! :+1: