UNPKG

hook-engine

Version:

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

7 lines (6 loc) 170 B
interface TestOptions { payload?: string; count: string; } export declare function testCommand(endpoint: string, options: TestOptions): Promise<void>; export {};