UNPKG

ifttt-webhooks-channel

Version:

Tiny package to trigger an IFTTT event using the webhooks channel

7 lines (5 loc) 130 B
declare class IFTTT { constructor (key: string) post (eventName: string, value?: any[]): Promise<any> } export default IFTTT