paldepind / union-type

A small JavaScript library for defining and using union types.
MIT License
477 stars 28 forks source link

Throw error if object passed to Type case is not exhaustive #58

Open ptgolden opened 7 years ago

ptgolden commented 7 years ago

This would implement #52

joshhornby commented 7 years ago

Can this be merged @paldepind

derrickbeining commented 5 years ago

This is sorely needed.