UNPKG

hook-engine

Version:

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

6 lines (5 loc) 183 B
import { HookEngineConfig } from '../types/config'; /** * Validate the complete hook engine configuration */ export declare function validateConfig(config: HookEngineConfig): void;