gcanti / tcomb-validation

Validation library based on type combinators
MIT License
400 stars 23 forks source link

Add TypeScript definitions for tcomb-validation. #63

Closed RedRoserade closed 7 years ago

RedRoserade commented 7 years ago

This adds TypeScript definitions for tcomb-validation. These definitions also extend the "tcomb" module definition, adding getValidationErrorMessage to t.Type<T>.

See https://github.com/gcanti/tcomb/pull/287.