class-o-mat
Version:
ALPHA VERSION ONLY: class-o-mats will help to create getter-setter functionality with validations that can be attached to a container class for easier coding. Some basic validations are included. class-o-mats also has the ability to store params as bloc
14 lines (10 loc) • 398 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var ApiSpecGroup = function ApiSpecGroup() {
_classCallCheck(this, ApiSpecGroup);
};
exports.default = ApiSpecGroup;
//# sourceMappingURL=api-spec-group.js.map