UNPKG

hook-engine

Version:

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

4 lines (3 loc) 115 B
#!/usr/bin/env node import { Command } from 'commander'; export declare function setupCLI(program: Command): void;