semblance/node_modules/@tanstack/react-query/build/legacy/utils.d.cts
2025-08-04 09:07:59 -05:00

4 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 };