UNPKG

@fancode/react-native-codepush-joystick

Version:
8 lines (7 loc) 279 B
import { GithubPullRequest, FetchPROptions, GitHubConfig } from "../types"; export declare class GitHubProvider { private config; constructor(config: GitHubConfig); private makeRequest; fetchPullRequests(options?: FetchPROptions): Promise<GithubPullRequest[]>; }