Just-MadDEN

Results 1 issues of Just-MadDEN

What about adding validators to a model scheme? It could look like this: ``` javascrpt modelScheme = { "name": { set: function() {}, get: function() {}, validators: [ new LengthValidator(6,...

enhancement