EnokMan a0ac4f99d2
Some checks failed
Setup ossutil / build (push) Failing after 25s
bump deps
2020-11-10 04:40:33 +00:00

7 lines
349 B
TypeScript

/// <reference types="node" />
import * as http from 'http';
import { OctokitOptions } from '@octokit/core/dist-types/types';
export declare function getAuthString(token: string, options: OctokitOptions): string | undefined;
export declare function getProxyAgent(destinationUrl: string): http.Agent;
export declare function getApiBaseUrl(): string;