fixed warnings from eslint
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
// Node's fetch needs `duplex: 'half'` for stream bodies,
|
||||
// but lib.dom's RequestInit doesn't declare it.
|
||||
// This interface is automatically merged with RequestInit from lib.dom.d.ts
|
||||
interface RequestInit {
|
||||
duplex?: 'half'
|
||||
}
|
||||
Reference in New Issue
Block a user