UNPKG

@kayahr/ed-journal

Version:

Typescript library to read/watch the player journal of Frontier's game Elite Dangerous

7 lines (6 loc) 165 B
/** * Sleeps the given number of milliseconds. * * @param ms - The number of milliseconds to sleep. */ export declare function sleep(ms: number): Promise<void>;