10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
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;
|
|
}
|