cohorta/node_modules/@tanstack/react-query/build/modern/utils.d.cts
2025-12-19 19:26:16 +00:00

4 lines
215 B
TypeScript
Executable file

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