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) 76 B
import { ITask } from "./@types/task"; export declare const tasks: ITask[];