UNPKG

@octokit/plugin-request-log

Version:
10 lines (9 loc) 270 B
import type { Octokit } from "@octokit/core"; /** * @param octokit Octokit instance * @param options Options passed to Octokit constructor */ export declare function requestLog(octokit: Octokit): void; export declare namespace requestLog { var VERSION: string; }