We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec1a0d commit 8325a7bCopy full SHA for 8325a7b
packages/svelte-query/package.json
@@ -25,7 +25,7 @@
25
"compile": "tsc --build",
26
"test:types": "svelte-check --tsconfig ./tsconfig.json",
27
"test:eslint": "eslint ./src",
28
- "test:lib": "vitest",
+ "test:lib": "vitest run",
29
"test:lib:dev": "pnpm run test:lib --watch",
30
"test:build": "publint --strict && attw --pack",
31
"build": "svelte-package --input ./src --output ./dist"
packages/svelte-query/src/types.ts
@@ -17,8 +17,6 @@ import type {
17
QueryObserverResult,
18
} from '@tanstack/query-core'
19
20
-export type FunctionedParams<T> = () => T
21
-
22
/** Options for createBaseQuery */
23
export type CreateBaseQueryOptions<
24
TQueryFnData = unknown,
0 commit comments