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.

4 lines (3 loc) 58 B
export declare const SETTINGS: { basePath: string; };