diff options
Diffstat (limited to 'ext/fetch/internal.d.ts')
-rw-r--r-- | ext/fetch/internal.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fetch/internal.d.ts b/ext/fetch/internal.d.ts index a84e0bcce..f9f1fbfdf 100644 --- a/ext/fetch/internal.d.ts +++ b/ext/fetch/internal.d.ts @@ -1,6 +1,6 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -// deno-lint-ignore-file no-explicit-any +// deno-lint-ignore-file no-explicit-any no-var /// <reference no-default-lib="true" /> /// <reference lib="esnext" /> |