summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-10-02 17:47:40 -0700
committerBert Belder <bertbelder@gmail.com>2018-10-03 13:27:55 -0700
commitaa691ea26c5dc8fd15b3b60b95a2c23b4888c45d (patch)
treef2e168a022e597ee1ceaf8cf50c1f1fbf5efe4cb /js/deno.ts
parent6b77acf39ddcb68b26e877f8c4a9dc289cd3691e (diff)
timers: implement timers in javascript
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/deno.ts b/js/deno.ts
index 03f3d1a89..91f7ae1af 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -19,5 +19,4 @@ export { libdeno } from "./libdeno";
export { arch, platform } from "./platform";
export { trace } from "./trace";
export { truncateSync, truncate } from "./truncate";
-export { setGlobalTimeout } from "./timers";
export const args: string[] = [];