oak-domain/lib/utils/cron.d.ts

2 lines
79 B
TypeScript

export declare function schedule(cron: string, fn: (date: Date) => any): void;