export async function myFunction() { await new Promise((resolve) => setTimeout(resolve, 100)); }