UNPKG

hook-engine

Version:

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

3 lines (2 loc) 121 B
import type { WebhookEvent } from "../types/webhook"; export declare function isDuplicate(event: WebhookEvent): boolean;