You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @see {@link https://nodejs.org/dist/latest-v18.x/docs/api/timers.html#timerspromisessettimeoutdelay-value-options|Node.js API doc} for setTimeout from timers/promise module which may replace this helper
*/
export default function sleep(ms: number): Promise<void> {