mirror of
https://github.com/denoland/deno.git
synced 2025-07-30 08:34:35 +00:00
timers: implement timers in javascript
This commit is contained in:
parent
6b77acf39d
commit
aa691ea26c
7 changed files with 317 additions and 144 deletions
|
@ -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[] = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue