summaryrefslogtreecommitdiff
path: root/cli/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r--cli/js/deno.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/js/deno.ts b/cli/js/deno.ts
index 3e1a2b263..0e8057b72 100644
--- a/cli/js/deno.ts
+++ b/cli/js/deno.ts
@@ -40,7 +40,6 @@ export { read, readSync, write, writeSync } from "./ops/io.ts";
export { FsEvent, watchFs } from "./ops/fs_events.ts";
export { internalSymbol as internal } from "./internals.ts";
export {
- EOF,
copy,
iter,
iterSync,