UNPKG

n8n-nodes-whatsapp

Version:

Nodes to trigger workflows from whatsapp events or send messages (using whatsapp web).

4 lines 238 B
export declare const wait: (timeout: number) => Promise<unknown>; export declare const preparePhoneNumber: (phoneNumber: string) => string; export declare const prepareOutputData: (incoming: any) => any; //# sourceMappingURL=util.d.ts.map