UNPKG

hook-engine

Version:

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

8 lines (7 loc) 281 B
export * from './defaults'; export * from './validation'; import { HookEngineConfig } from '../types/config'; /** * Load and validate configuration from environment and user options */ export declare function loadConfig(userConfig?: Partial<HookEngineConfig>): HookEngineConfig;