sanctuary-js / sanctuary-def

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

disable type checking for $ functions in "production" #187

Closed davidchambers closed 6 years ago

davidchambers commented 6 years ago

Accompanies sanctuary-js/sanctuary#512

This pull request only affects the behaviour of $ functions (such as $.create and $.NullaryType); functions created via def still respect the given checkTypes Boolean.