@tanstack/electric-db-collection
Version:
ElectricSQL collection for TanStack DB
15 lines (14 loc) • 558 B
JavaScript
import { electricCollectionOptions } from "./electric.js";
import { ElectricDBCollectionError, ExpectedNumberInAwaitTxIdError, StreamAbortedError, TimeoutWaitingForMatchError, TimeoutWaitingForTxIdError } from "./errors.js";
import { isChangeMessage, isControlMessage } from "@electric-sql/client";
export {
ElectricDBCollectionError,
ExpectedNumberInAwaitTxIdError,
StreamAbortedError,
TimeoutWaitingForMatchError,
TimeoutWaitingForTxIdError,
electricCollectionOptions,
isChangeMessage,
isControlMessage
};
//# sourceMappingURL=index.js.map