@tanstack/db
Version:
A reactive client store for building super fast apps on sync
13 lines (11 loc) • 369 B
text/typescript
// Re-export all public APIs
export * from "./collection"
export * from "./SortedMap"
export * from "./transactions"
export * from "./types"
export * from "./errors"
export * from "./utils"
export * from "./proxy"
export * from "./query/index.js"
// Re-export some stuff explicitly to ensure the type & value is exported
export type { Collection } from "./collection"