summaryrefslogtreecommitdiff
path: root/runtime/lib.rs
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2021-05-02 14:28:36 +0200
committerGitHub <noreply@github.com>2021-05-02 08:28:36 -0400
commit948d7dd287ff86e2bb338846d8abde946d39cf09 (patch)
treec4903af75ffae29aa03ad6342c93734b35d75a5a /runtime/lib.rs
parentb48ceb69a1d8d0c221820162b9f834238d2a11ae (diff)
cleanup(runtime): re-export deno_timers like all other deno crates (#10464)
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r--runtime/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs
index 0068b9a93..61b8fc77e 100644
--- a/runtime/lib.rs
+++ b/runtime/lib.rs
@@ -4,6 +4,7 @@ pub use deno_console;
pub use deno_crypto;
pub use deno_fetch;
pub use deno_file;
+pub use deno_timers;
pub use deno_url;
pub use deno_web;
pub use deno_webgpu;