UNPKG

@octokit/webhooks

Version:

GitHub webhook events toolset for Node.js

5 lines (4 loc) 242 B
import type { EmitterWebhookEventWithStringPayloadAndSignature, State } from "./types"; export declare function verifyAndReceive(state: State & { secret: string; }, event: EmitterWebhookEventWithStringPayloadAndSignature): Promise<void>;