UNPKG

probot

Version:

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

5 lines (4 loc) 285 B
import type { IncomingMessage, ServerResponse } from "node:http"; import { type Options, type HttpLogger } from "pino-http"; import type { Logger } from "pino"; export declare function httpLogger(logger: Logger, options?: Options): HttpLogger<IncomingMessage, ServerResponse, string>;