updated docs

This commit is contained in:
Josh Guyette 2023-07-17 16:02:19 -05:00
parent 2a8eeb2899
commit 77ab4c22dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Schedule Later # Schedule Later
schedule-later is a static class that provides methods for managing date-time based tasks, such as starting timeouts and intervals at a specific time of day. schedule-later is a static class that provides methods for managing date-time based tasks, such as starting timeouts and intervals at a specific time of day. Under-the-hood, it uses `setTimeout` and `setInterval`.
## Install ## Install