From aa691ea26c5dc8fd15b3b60b95a2c23b4888c45d Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 2 Oct 2018 17:47:40 -0700 Subject: timers: implement timers in javascript --- js/deno.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'js/deno.ts') 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[] = []; -- cgit v1.2.3