UNPKG

hook-engine

Version:

Production-grade webhook engine with comprehensive adapter support, security, reliability, structured logging, and CLI tools.

4 lines (3 loc) 204 B
import type { WebhookConfig } from "../types/config"; import type { WebhookEvent } from "../types/webhook"; export declare function receiveWebhook(req: any, config: WebhookConfig): Promise<WebhookEvent>;