Skip to content

Commit 4180231

Browse files
committed
fix: revert .aegir and update deps
1 parent 3f3a472 commit 4180231

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.aegir.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict'
1+
'use strict';
22

33
const EchoServer = require('aegir/utils/echo-server')
44
const { format } =require('iso-url')

src/types.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ interface ProgressStatus {
99
export interface ProgressFn { (status: ProgressStatus): void }
1010

1111
export interface FetchOptions extends RequestInit {
12+
/**
13+
* Extended body with support for node readable stream
14+
*/
1215
body?: BodyInit | null | NodeReadableStream
1316
/**
1417
* Amount of time until request should timeout in ms.

0 commit comments

Comments
 (0)