Gets the next tick.
Import:
import { nextTickAsync } from 'obsidian-dev-utils/async';
Signature:
function nextTickAsync(): Promise<void>
Returns: Promise<void> — A promise that resolves when the next tick is available.