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 7ea6a9ecd..f65b6a363 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 body from "./body.ts"; -import * as domTypes from "./dom_types.d.ts"; +import type * as domTypes from "./dom_types.d.ts"; import { ReadableStreamImpl } from "./streams/readable_stream.ts"; function byteUpperCase(s: string): string { |