ezobjects
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -67,3 +67,3 @@ const ezobjects = require('./index'); | ||
/** Example retrieving data from object */ | ||
/** Example retrieving data from object using getter methods */ | ||
console.log(`ID: ${c.id()}`); | ||
@@ -70,0 +70,0 @@ console.log(`First Name: ${c.firstName()}`); |
{ | ||
"name": "ezobjects", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Easy dynamic object generation with strict typing and set chaining", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -74,3 +74,3 @@ # EZ Objects | ||
/** Example retrieving data from object */ | ||
/** Example retrieving data from object using getter methods */ | ||
console.log(`ID: ${c.id()}`); | ||
@@ -77,0 +77,0 @@ console.log(`First Name: ${c.firstName()}`); |
10606