UNPKG

express-post-task-scheduler

Version:

A lightweight npm package to create and manage scheduled tasks using Express middleware. Configure tasks via POST requests and execute them at specified times seamlessly.

3 lines (2 loc) 75 B
import { Router } from "express"; export declare const taskRoutes: Router;