UNPKG

248 BTypeScriptView Raw
1import { GraphqlClient } from '../libs';
2export declare function api(options: {
3 token: string;
4}): GraphqlClient;
5export declare function getFile(client: GraphqlClient, owner: string, repo: string, path: string, branch?: string): Promise<any>;