diff options
Diffstat (limited to 'cli/js/web/request.ts')
-rw-r--r-- | cli/js/web/request.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/request.ts b/cli/js/web/request.ts index 96edaf59e..6a5d92a2b 100644 --- a/cli/js/web/request.ts +++ b/cli/js/web/request.ts @@ -1,7 +1,7 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import * as headers from "./headers.ts"; import * as body from "./body.ts"; -import * as domTypes from "./dom_types.ts"; +import * as domTypes from "./dom_types.d.ts"; import * as streams from "./streams/mod.ts"; const { Headers } = headers; |