diff options
Diffstat (limited to 'cli/js/web/body.ts')
-rw-r--r-- | cli/js/web/body.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/body.ts b/cli/js/web/body.ts index a16f872b9..2f6987592 100644 --- a/cli/js/web/body.ts +++ b/cli/js/web/body.ts @@ -2,7 +2,7 @@ import * as formData from "./form_data.ts"; import * as blob from "./blob.ts"; import * as encoding from "./text_encoding.ts"; import * as headers from "./headers.ts"; -import * as domTypes from "./dom_types.ts"; +import * as domTypes from "./dom_types.d.ts"; import { ReadableStream } from "./streams/mod.ts"; const { Headers } = headers; |