UNPKG

hook-engine

Version:

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

8 lines (7 loc) 191 B
interface BenchmarkOptions { url?: string; requests: string; concurrency: string; } export declare function benchmarkCommand(options: BenchmarkOptions): Promise<void>; export {};