ezobjects
Advanced tools
Comparing version 0.2.6 to 0.2.7
{ | ||
"name": "ezobjects", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Easy dynamic object generation with strict typing and set chaining", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,4 @@ # EZ Objects | ||
const table = { | ||
/** Create our customized object complete with constructor/init/getters/setters! */ | ||
ezobjects({ | ||
tableName: 'people', | ||
@@ -22,7 +23,4 @@ className: 'Person', | ||
] | ||
}; | ||
}); | ||
/** Create our table model! */ | ||
ezobjects(table); | ||
/** Example new object initialized to defaults */ | ||
@@ -29,0 +27,0 @@ const a = new Person(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10527
108