diff options
Diffstat (limited to 'cli/js/web/url.ts')
-rw-r--r-- | cli/js/web/url.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/url.ts b/cli/js/web/url.ts index 2b6a0d341..1a6f4eb9d 100644 --- a/cli/js/web/url.ts +++ b/cli/js/web/url.ts @@ -1,6 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { customInspect } from "./console.ts"; -import * as domTypes from "./dom_types.ts"; +import * as domTypes from "./dom_types.d.ts"; import { urls, URLSearchParams } from "./url_search_params.ts"; import { getRandomValues } from "../ops/get_random_values.ts"; |