UNPKG

@octokit/webhooks

Version:

GitHub webhook events toolset for Node.js

5 lines (4 loc) 188 B
import { WebhookEvent } from "@octokit/webhooks-types"; declare type IncomingMessage = any; export declare function getPayload(request: IncomingMessage): Promise<WebhookEvent>; export {};