Skip to content

Instantly share code, notes, and snippets.

@novakDev
Created April 9, 2020 19:26
export const waitForPromises = async () => {
return new Promise(setImmediate);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment