@slack/webhook
Version:
Official library for using the Slack Platform's Incoming Webhooks
9 lines • 538 B
JavaScript
;
/// <reference lib="es2017" />
Object.defineProperty(exports, "__esModule", { value: true });
exports.IncomingWebhook = exports.ErrorCode = void 0;
var errors_1 = require("./errors");
Object.defineProperty(exports, "ErrorCode", { enumerable: true, get: function () { return errors_1.ErrorCode; } });
var IncomingWebhook_1 = require("./IncomingWebhook");
Object.defineProperty(exports, "IncomingWebhook", { enumerable: true, get: function () { return IncomingWebhook_1.IncomingWebhook; } });
//# sourceMappingURL=index.js.map