| 1 | import { describe, expectTypeOf, it } from 'vitest' |
| 2 | import { queryKey } from '@tanstack/query-test-utils' |
| 3 | import { queryOptions, useQuery } from '../index' |
| 4 | import type { OmitKeyof, QueryFunction, UseQueryOptions } from '..' |
nothing calls this directly
no test coverage detected