Initial commit
This commit is contained in:
4
node_modules/@tanstack/react-query/build/modern/utils.d.ts
generated
vendored
Normal file
4
node_modules/@tanstack/react-query/build/modern/utils.d.ts
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
declare function shouldThrowError<T extends (...args: Array<any>) => boolean>(throwError: boolean | T | undefined, params: Parameters<T>): boolean;
|
||||
declare function noop(): void;
|
||||
|
||||
export { noop, shouldThrowError };
|
||||
Reference in New Issue
Block a user