From b088b58f7664cbb2fcb1e12f8aa439d377f56d49 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 24 Sep 2018 22:46:36 -0400 Subject: Add SetGlobalTimeout(). To be used for a timers implementation soon. --- js/deno.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'js/deno.ts') diff --git a/js/deno.ts b/js/deno.ts index 3bbda69e8..92ba5301d 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -15,4 +15,5 @@ export { ErrorKind, DenoError } from "./errors"; export { libdeno } from "./libdeno"; export { arch, platform } from "./platform"; export { trace } from "./trace"; +export { setGlobalTimeout } from "./timers"; export const args: string[] = []; -- cgit v1.2.3