| 1 | import { describe, expectTypeOf, test } from 'vitest' |
| 2 | import { get } from 'svelte/store' |
| 3 | import { createQuery, queryOptions } from '../../src/index.js' |
| 4 | import type { OmitKeyof } from '@tanstack/query-core' |
nothing calls this directly
no test coverage detected