Files
Gemini-Search/node_modules/@tanstack/react-query/build/legacy/utils.d.ts
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00:00

5 lines
215 B
TypeScript

declare function shouldThrowError<T extends (...args: Array<any>) => boolean>(throwError: boolean | T | undefined, params: Parameters<T>): boolean;
declare function noop(): void;
export { noop, shouldThrowError };