Files
release-action/node_modules/@actions/github/lib/internal/utils.d.ts
Nick Cipollo 10c84d509b
Some checks failed
Test / check_pr (push) Has been cancelled
Prepare release 1.8.8
2021-08-06 14:45:16 -04: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;