wait MethodStatic

Utility function to just wait for the specified time

wait(ms: number): Promise<void>

Parameter Type Description
ms number Duration in milliseconds to wait

Returns - Promise<void>

Promise that resolves after the specified wait period

Defined in

Last Updated: 30 November, 2023