MCPcopy
hub / github.com/TanStack/query / createQuery.test-d.ts

File createQuery.test-d.ts

packages/svelte-query/tests/createQuery/createQuery.test-d.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expectTypeOf, test } from 'vitest'
2import { get } from 'svelte/store'
3import { createQuery, queryOptions } from '../../src/index.js'
4import type { OmitKeyof } from '@tanstack/query-core'

Callers

nothing calls this directly

Calls 4

useCustomQueryFunction · 0.70
createQueryFunction · 0.50
getFunction · 0.50
queryOptionsFunction · 0.50

Tested by

no test coverage detected