From 948d7dd287ff86e2bb338846d8abde946d39cf09 Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Sun, 2 May 2021 14:28:36 +0200 Subject: cleanup(runtime): re-export deno_timers like all other deno crates (#10464) --- runtime/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/lib.rs') 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; -- cgit v1.2.3