Tweakr
    Preparing search index...

    Function noopAsync

    • A no-operation async function that does nothing and resolves immediately.

      This can be used as a placeholder for async callbacks or default async functions.

      Returns Promise<void>

      A promise that resolves to void.

      1.1.0

      await noopAsync(); // does nothing