Files
GTF/node_modules/node-cron/dist/cjs/tasks/background-scheduled-task/daemon.d.ts
2025-09-23 14:51:00 +02:00

4 lines
164 B
TypeScript

import { ScheduledTask } from "../scheduled-task";
export declare function startDaemon(message: any): Promise<ScheduledTask>;
export declare function bind(): void;