sanctuary-js / sanctuary-def

Run-time type system for JavaScript
MIT License
294 stars 23 forks source link

make ‘_Type’ a regular function #235

Closed davidchambers closed 5 years ago

davidchambers commented 5 years ago

Thanks to Object.create we can leverage prototypal inheritance without using new. :D