mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
Format
This commit is contained in:
@@ -97,7 +97,7 @@ export function streamDone(stream: NodeJS.WritableStream): Promise<void> {
|
||||
type FetchOptions = https.RequestOptions & {
|
||||
readonly retries?: boolean | number;
|
||||
readonly body?: string;
|
||||
}
|
||||
};
|
||||
export class Fetcher {
|
||||
private readonly agent = new Agent({ keepAlive: true });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user