# noop

## Call Signature

```ts
function noop(): void;
```

Defined in: [packages/query-core/src/utils.ts:119](https://github.com/TanStack/query/blob/main/packages/query-core/src/utils.ts#L119)

A function that does nothing.

### Returns

`void`

## Call Signature

```ts
function noop(): undefined;
```

Defined in: [packages/query-core/src/utils.ts:120](https://github.com/TanStack/query/blob/main/packages/query-core/src/utils.ts#L120)

A function that does nothing.

### Returns

`undefined`
