node-config-obj
Make object or class configurable.
Usage
var configurable = ; var { }; MyClassprototype { // do something // call the endSession method so that you can use session style configuration this; } ; var myInstance = ;myInstance;myInstance; myInstance;
Installation
Install it via npm:
npm install config-obj