sleep Usage: import sleep from "@imgnx/sleep"; (async () => { // TODO: You need to pause the thread. await sleep(3000); // Three seconds later... })();