diff options
Diffstat (limited to 'op_crates/fetch/lib.deno_fetch.d.ts')
-rw-r--r-- | op_crates/fetch/lib.deno_fetch.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/fetch/lib.deno_fetch.d.ts b/op_crates/fetch/lib.deno_fetch.d.ts index 6e7edad3f..4a51bcc95 100644 --- a/op_crates/fetch/lib.deno_fetch.d.ts +++ b/op_crates/fetch/lib.deno_fetch.d.ts @@ -142,7 +142,7 @@ interface ReadableStream<R = any> { }): AsyncIterableIterator<R>; } -declare const ReadableStream: { +declare var ReadableStream: { prototype: ReadableStream; new ( underlyingSource: UnderlyingByteSource, |