UNPKG
n8n-nodes-whatsapp
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Nodes to trigger workflows from whatsapp events or send messages (using whatsapp web).
n8n-nodes-whatsapp
/
dist
/
nodes
/
WhatsApp
/
client
/
util.d.ts
4 lines
•
238 B
TypeScript
View Raw
1
2
3
4
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