A function that does nothing.
Import:
import { noopAsync } from 'obsidian-dev-utils/function';
Signature:
function noopAsync(): Promise<void>
Returns: Promise<void> — A promise that resolves when the function is complete.