UNPKG

@octokit/webhooks

Version:

GitHub webhook events toolset for Node.js

3 lines (2 loc) 225 B
import type { EmitterWebhookEventName, State } from "../types.ts"; export declare function removeListener(state: State, webhookNameOrNames: "*" | EmitterWebhookEventName | EmitterWebhookEventName[], handler: Function): void;