UNPKG

@traxjs/trax

Version:

Reactive state management

5 lines (4 loc) 417 B
import { Trax } from "./types"; export declare const trax: Trax; export type { Trax, Store, TraxObject, TraxProcessor, EventStream, StreamEvent, TraxLogObjectLifeCycle, TraxLogProcDirty, TraxLogTraxProcessingCtxt, TraxLogPropGet, TraxLogPropSet, TraxComputeTrigger, TraxLogMsg, TraxLogProcessCompute, TraxLogProcSkipped, TraxLogEvent, JSONValue } from "./types"; export { TraxObjectType, traxEvents } from "./types";