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

8 lines (7 loc) 196 B
/** * Compares two versions * @return true if local is up to date, false otherwise * @param local * @param remote */ export declare function upToDate(local: string, remote: string): boolean;