UNPKG

@octokit/webhooks

Version:

GitHub webhook events toolset for Node.js

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