UNPKG

github-as-app

Version:
8 lines 293 B
import { Octokit } from '@octokit/rest'; export declare function getGitHubClient(): Promise<Octokit>; export interface GitHubContext { owner: string; repo: string; } export declare function parseRepository(repository: string): GitHubContext; //# sourceMappingURL=github-client.d.ts.map