frontend/.pnpm-store/v3/files/f3/f6212aee57f2d0476878e1f3fe1f1a815b1873a5d0d74a7e7c640a58762888930680841bebce4e3cce5b2d0b4fae000bc642f33d4f1db1a3bc5b375a32c817

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;
}