TanStack
API Reference

noop

Call Signature

ts
function noop(): void;

Defined in: packages/query-core/src/utils.ts:119

A function that does nothing.

Returns

void

Call Signature

ts
function noop(): undefined;

Defined in: packages/query-core/src/utils.ts:120

A function that does nothing.

Returns

undefined