UNPKG

corde

Version:

A simple library for Discord bot tests

7 lines (6 loc) 215 B
/** * Creates a promise that finish after a defined time in milliseconds * @param timeMilliseconds Time to the promise wait. * @internal */ export declare function wait(timeMilliseconds: number): Promise<void>;