interval-queue
JSON →interval-queue is a lightweight Node.js utility library (v1.0.4) for managing periodic task execution. It provides a simple API to create, delete, and clear intervals with time units in milliseconds, seconds, minutes, or hours. Unlike raw setInterval, it offers centralized management and typed return values. Actively maintained with TypeScript types included. Suitable for scheduling repeated tasks in server-side applications.
Resources
packageinterval-queue ↗