Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 773 Bytes

File metadata and controls

58 lines (31 loc) · 773 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > Async > sleepAsync

Async.sleepAsync() method

Return a promise that resolves after the specified number of milliseconds.

Signature:

static sleepAsync(ms: number): Promise<void>;

Parameters

Parameter

Type

Description

ms

number

Returns:

Promise<void>