UNPKG

@slack/webhook

Version:

Official library for using the Slack Platform's Incoming Webhooks

4 lines 338 B
/// <reference lib="es2017" /> export { IncomingWebhook, IncomingWebhookDefaultArguments, IncomingWebhookSendArguments, IncomingWebhookResult, } from './IncomingWebhook'; export { CodedError, ErrorCode, IncomingWebhookSendError, IncomingWebhookRequestError, IncomingWebhookHTTPError, } from './errors'; //# sourceMappingURL=index.d.ts.map