UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

8 lines (7 loc) 253 B
import { HTTPConfig, HTTPResponse } from "../../types.js"; export declare const DEFAULTS: { maxBodyLength: number; maxContentLength: number; maxRedirects: number; }; export declare const fetch: (config: HTTPConfig) => Promise<HTTPResponse>;