diff options
Diffstat (limited to 'js/deno.ts')
-rw-r--r-- | js/deno.ts | 1 |
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[] = []; |