UNPKG

hook-engine

Version:

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

7 lines (6 loc) 203 B
interface ValidateOptions { strict: boolean; format: 'json' | 'yaml' | 'table'; } export declare function validateCommand(configPath: string, options: ValidateOptions): Promise<void>; export {};