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

9 lines (5 loc) 249 B
import ClassOMat from './class-o-mat/class-o-mat'; import FieldOMat from './class-o-mat/field-o-mat'; import Plugin from './plugins/plugin'; import * as types from './constants/types'; export { ClassOMat as default, types, FieldOMat, Plugin }