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.
A promise that resolves to void.
void
1.1.0
await noopAsync(); // does nothing Copy
await noopAsync(); // does nothing
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.