UNPKG

@octokit/webhooks

Version:

GitHub webhook events toolset for Node.js

4 lines (3 loc) 233 B
import type { Webhooks } from "../../index.js"; import type { MiddlewareOptions } from "../types.js"; export declare function middleware(webhooks: Webhooks, options: Required<MiddlewareOptions>, request: Request): Promise<Response>;