utils/object.js
Helps to work with JS objects. Like finding existing items, whether an item has been changed, or converting item keys to propercase.
Example:app.utils.object.keyProperCase(object);
app.utils.object.changed(leftObject, rightObject, arrayOfKeysToMatch);
app.utils.object.exists(object, key, value);
A module for ac-bundle-app, published by ac-bundle-module. namespace: ac-apps-minimal
Available Methods: exists, has, changed, keyProperCase