model-generator
Advanced tools
Comparing version 0.5.14 to 0.6.0
let DefaultValidators = require('./defaultValidators'); | ||
console.log(DefaultValidators); | ||
let Validators=DefaultValidators; | ||
@@ -4,0 +3,0 @@ class Property { |
@@ -6,3 +6,3 @@ { | ||
"version": "0.5.14", | ||
"version": "0.6.0", | ||
@@ -9,0 +9,0 @@ "description": "Model generator for applications that need models with typings and validation without the help of typescript", |
15519
271