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

9 lines (8 loc) 197 B
import { Page } from 'puppeteer'; declare global { interface Window { Store: any; Stream: any; } } export declare function scrapeDesconnected(page: Page): Promise<boolean>;