summaryrefslogtreecommitdiff
path: root/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'deno.ts')
-rw-r--r--deno.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/deno.ts b/deno.ts
deleted file mode 100644
index 595d87709..000000000
--- a/deno.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright 2018 Ryan Dahl <ry@tinyclouds.org>
-// All rights reserved. MIT License.
-// Public deno module.
-// TODO get rid of deno.d.ts
-export { pub, sub } from "./dispatch";
-export { readFileSync, writeFileSync } from "./os";