UNPKG

probot

Version:

A framework for building GitHub Apps to automate and improve your workflow

4 lines (3 loc) 229 B
import type { IncomingMessage } from "node:http"; export declare function getPayload(request: IncomingMessage): Promise<string>; export declare function getPayloadFromRequestStream(request: IncomingMessage): Promise<Uint8Array>;