diff options
Diffstat (limited to 'cli/js/web/blob.ts')
-rw-r--r-- | cli/js/web/blob.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/blob.ts b/cli/js/web/blob.ts index 7bdde8e28..90480c89c 100644 --- a/cli/js/web/blob.ts +++ b/cli/js/web/blob.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 { TextDecoder, TextEncoder } from "./text_encoding.ts"; import { build } from "../build.ts"; import { ReadableStream } from "./streams/mod.ts"; |