UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

5 lines 215 B
import type { ICronjob } from "../../entities/Cronjob"; export declare const calculateNextRunAt: (job: ICronjob, options?: { isDebugging?: boolean; }) => Date; //# sourceMappingURL=calculate-next-run-at.d.ts.map