UNPKG

@octokit/webhooks

Version:

GitHub webhook events toolset for Node.js

3 lines (2 loc) 189 B
import type { EmitterWebhookEvent, State, WebhookError } from "../types.js"; export declare function receiverHandle(state: State, event: EmitterWebhookEvent | WebhookError): Promise<void>;