UNPKG

@tanstack/svelte-db

Version:

Svelte integration for @tanstack/db

6 lines (5 loc) 193 B
// Re-export all public APIs export * from './useLiveQuery.svelte.js'; // Re-export everything from @tanstack/db export * from '@tanstack/db'; export { createTransaction } from '@tanstack/db';