summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/deno.ts b/js/deno.ts
index 2e69a5bbd..6d6e57a41 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -64,6 +64,3 @@ export { Console, stringifyArgs } from "./console";
// TODO Don't expose DomIterableMixin.
/** @internal */
export { DomIterableMixin } from "./mixins/dom_iterable";
-// TODO Don't expose deferred.
-/** @internal */
-export { deferred } from "./util";