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 (9 loc) • 349 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _classOMat = require('./class-o-mat');
var _classOMat2 = _interopRequireDefault(_classOMat);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = _classOMat2.default;
//# sourceMappingURL=index.js.map