Skip to content

Commit

Permalink
feat: Publicly exposed internal clock object.
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Oct 13, 2016
1 parent 2942240 commit 6b3ee72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Expand Up @@ -37,6 +37,8 @@ function cronut() {
clock.reset();
};

cron.clock = clock;

return cron;
}

Expand Down

0 comments on commit 6b3ee72

Please sign in to comment.