UNPKG

probot

Version:

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

4 lines (3 loc) 178 B
import { type Options, type HttpLogger } from "pino-http"; import type { Logger } from "pino"; export declare function httpLogger(logger: Logger, options?: Options): HttpLogger;