UNPKG

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

16 lines (9 loc) 572 B
'use strict'; var _types = require('./types'); var types = _interopRequireWildcard(_types); var _values = require('./values'); var values = _interopRequireWildcard(_values); var _methods = require('./methods'); var methods = _interopRequireWildcard(_methods); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } //# sourceMappingURL=__index.js.map