UNPKG

@octokit/webhooks

Version:

GitHub webhook events toolset for Node.js

4 lines (3 loc) 244 B
import type { Webhooks } from "../../index.js"; import type { MiddlewareOptions } from "../types.js"; export declare function createWebMiddleware(webhooks: Webhooks, { path, log, }?: MiddlewareOptions): (request: Request) => Promise<Response>;