UNPKG

267 BTypeScriptView Raw
1import { Octokit } from "@octokit/core";
2export declare const VERSION = "0.0.0-development";
3export declare function retry(octokit: Octokit, octokitOptions?: ConstructorParameters<typeof Octokit>[0]): void;
4export declare namespace retry {
5 var VERSION: string;
6}