diff --git a/index.js b/index.js index d3e07d3..dccd475 100644 --- a/index.js +++ b/index.js @@ -37,6 +37,8 @@ function cronut() { clock.reset(); }; + cron.clock = clock; + return cron; }