UNPKG

transactional

Version:

Reactive objects with transactional updates and automatic serialization

13 lines (12 loc) 353 B
import { Class, mixins, define, mixinRules, extendable } from './class.ts' import { Record } from './record/index.ts' //import { Model } from './model.ts' //import { Collection } from './collection' import * as tools from './tools.ts' export { Class, define, mixins, mixinRules, extendable, Record, //Model, //Collection, tools };