UNPKG

@kontent-ai/webhook-helper

Version:

This utility helps with webhook notifications from Kontent.ai

4 lines 259 B
export { parseWebhookResponse } from "./models/parse-webhook.js"; export { SIGNATURE_HEADER } from "./signatures/constants.js"; export { isSignatureValid, parseSignedWebhookResponse, } from "./signatures/signature-helper.js"; //# sourceMappingURL=index.js.map