[@qodestack/utils](../../README.md) / [noop](../README.md) / noop

# Function: noop()

> **noop**(): `void`

Defined in: [noop.ts:5](https://github.com/qodesmith/utils/blob/c8fab201f6be19f3a72a76d2430b77244cece7bb/src/noop.ts#L5)

A no-operation function that does nothing.
Useful as a default callback or placeholder function.

## Returns

`void`
