UNPKG

objecture

Version:

❂ Objecture ⏣ Object Watcher, Property Manager ⊚ Capture property changes for object, array mutator methods. ⊚ Schematize and validate object, array properties. ⊚ Browser, NodeJS compatible. ⁘ Uses Core-Plex - Event Listener Manage

10 lines (9 loc) 307 B
import Model from './model/index.js' import Schema from './schema/index.js' import Validator from './schema/validator/index.js' import Validation from './schema/validation/index.js' import Verification from './schema/verification/index.js' export { Model, Schema, Validator, Validation, Verification, }