UNPKG

clerk-auth-webhook-handler

Version:

A type-safe webhook handler for Clerk webhooks with support for Svix

12 lines 348 B
import { Router } from "express"; import { WebhookHandlerOptions } from "./types"; export declare class ClerkWebhookManager { private router; private handlers; private secretKey?; private path; constructor(options: WebhookHandlerOptions); private setupRoutes; getRouter(): Router; } //# sourceMappingURL=webhook.d.ts.map