diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-10-02 17:47:40 -0700 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-10-03 13:27:55 -0700 |
commit | aa691ea26c5dc8fd15b3b60b95a2c23b4888c45d (patch) | |
tree | f2e168a022e597ee1ceaf8cf50c1f1fbf5efe4cb /js/deno.ts | |
parent | 6b77acf39ddcb68b26e877f8c4a9dc289cd3691e (diff) |
timers: implement timers in javascript
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[] = []; |