the-forest/client/node_modules/@tanstack/react-query/build/modern/utils.d.cts
2024-09-17 20:35:18 -04: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 };