UNPKG

hook-engine

Version:

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

4 lines (3 loc) 117 B
import type { WebhookAdapter } from "../types/adapter"; declare const stripe: WebhookAdapter; export default stripe;