mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +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/web/lib.deno_web.d.ts
vendored
2
op_crates/web/lib.deno_web.d.ts
vendored
|
@ -231,7 +231,7 @@ interface AbortSignal extends EventTarget {
|
|||
): void;
|
||||
}
|
||||
|
||||
declare const AbortSignal: {
|
||||
declare var AbortSignal: {
|
||||
prototype: AbortSignal;
|
||||
new (): AbortSignal;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue