UNPKG

type-r2

Version:

Serializable, validated, and observable data layer for modern JS applications

12 lines (11 loc) 486 B
import { Mixable as Class } from './object-plus/'; import { Record as Model } from './record'; export * from './collection'; export * from './io-tools'; export * from './object-plus'; export * from './record'; export * from './relations'; export * from './transactions'; export { Model, Class }; export declare const on: any, off: any, trigger: any, once: any, listenTo: any, stopListening: any, listenToOnce: any; export declare function transaction<F extends Function>(method: F): F;