UNPKG

venom-bot

Version:

Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition based on artificial intelligence and all types of design archite

6 lines (5 loc) 181 B
/** * Pauses the execution for a specified amount of time. * @param time The duration to sleep in milliseconds. */ export declare function sleep(time: number): Promise<unknown>;