the-forest/client/node_modules/@tanstack/react-query/build/modern/utils.d.ts

5 lines
215 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
declare function shouldThrowError<T extends (...args: Array<any>) => boolean>(throwError: boolean | T | undefined, params: Parameters<T>): boolean;
declare function noop(): void;
export { noop, shouldThrowError };