Skip to content

noop

A function that does nothing.

Import:

import { noop } from 'obsidian-dev-utils/function';

Signature:

function noop(): void

Returns: void