tmpfs / async-validate

Asynchronous type validation for node and the browser
Other
314 stars 45 forks source link

Support multiple types with logical or #46

Closed tmpfs closed 8 years ago

tmpfs commented 8 years ago

So that the type field may be an array such as: [Number, Boolean, 'string', function Component(){}].