diff options
Diffstat (limited to 'cli/js/web/event_target.ts')
-rw-r--r-- | cli/js/web/event_target.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/event_target.ts b/cli/js/web/event_target.ts index 1a560dfbe..6f6897425 100644 --- a/cli/js/web/event_target.ts +++ b/cli/js/web/event_target.ts @@ -6,7 +6,7 @@ // and impossible logic branches based on what Deno currently supports. import { DOMExceptionImpl as DOMException } from "./dom_exception.ts"; -import * as domTypes from "./dom_types.d.ts"; +import type * as domTypes from "./dom_types.d.ts"; import { EventImpl as Event, EventPath, |