UNPKG

autowebhook

Version:

Automatic ngrok tunnel manager with health checking for webhooks

5 lines 297 B
export { AutoWebhook } from './autowebhook.js'; export { NgrokHealthChecker } from './health-checker.js'; export type { AutoWebhookConfig, TunnelInfo, NgrokApiResponse, HealthStatus } from './types.js'; export { AutoWebhook as default } from './autowebhook.js'; //# sourceMappingURL=index.d.ts.map