summaryrefslogtreecommitdiff
path: root/cli/js/web/headers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/web/headers.ts')
-rw-r--r--cli/js/web/headers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/headers.ts b/cli/js/web/headers.ts
index e1d81393d..1f750faa3 100644
--- a/cli/js/web/headers.ts
+++ b/cli/js/web/headers.ts
@@ -1,5 +1,5 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-import * as domTypes from "./dom_types.ts";
+import * as domTypes from "./dom_types.d.ts";
import { DomIterableMixin } from "./dom_iterable.ts";
import { requiredArguments } from "./util.ts";
import { customInspect } from "./console.ts";