UNPKG

whatsapp-business

Version:

Node.js connector for the WhatsApp Business APIs with TypeScript support, integration tests and more.

3 lines (2 loc) 137 B
import { DefaultWABAErrorAPI } from "./../types"; export declare const WABAErrorHandler: (error: DefaultWABAErrorAPI) => Promise<never>;