Files
Lorenzo Lewis c8a2d67af1 commit node modules
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
2023-08-30 20:53:15 +01: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;