mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
fix(cli/dts): Use var instead of const and let for globals (#7680)
This commit is contained in:
parent
eb7f70c0b0
commit
0ffaaba164
6 changed files with 14 additions and 16 deletions
2
op_crates/fetch/lib.deno_fetch.d.ts
vendored
2
op_crates/fetch/lib.deno_fetch.d.ts
vendored
|
@ -142,7 +142,7 @@ interface ReadableStream<R = any> {
|
|||
}): AsyncIterableIterator<R>;
|
||||
}
|
||||
|
||||
declare const ReadableStream: {
|
||||
declare var ReadableStream: {
|
||||
prototype: ReadableStream;
|
||||
new (
|
||||
underlyingSource: UnderlyingByteSource,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue