summaryrefslogtreecommitdiff
path: root/cli/js/web/event.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/web/event.ts')
-rw-r--r--cli/js/web/event.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/event.ts b/cli/js/web/event.ts
index b57c0f901..556d403a6 100644
--- a/cli/js/web/event.ts
+++ b/cli/js/web/event.ts
@@ -1,6 +1,6 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-import * as domTypes from "./dom_types.d.ts";
+import type * as domTypes from "./dom_types.d.ts";
import { defineEnumerableProps, requiredArguments } from "./util.ts";
import { assert } from "../util.ts";