| 1 | import { describe, expectTypeOf, it } from 'vitest' |
| 2 | import { createCollection } from '@tanstack/db' |
| 3 | import { persistedCollectionOptions } from '../src' |
| 4 | import type { PersistedCollectionUtils, PersistenceAdapter } from '../src' |
nothing calls this directly
no test coverage detected