Copyright © 2018 Rich Lowe
Easy automatic class creation using simple configuration objects. Capable of automatically creating ES6 classes with constructor, initializer, and getters/setters for all configured properties.
A function for determining if an object instance's prototype chain includes a constructor named constructorName.
obj <Object> Configuration objectA function for automatically generating a class object based on the values in the provided configuration object.