UNPKG

@eggjs/schedule

Version:

schedule plugin for egg, support corn job.

4 lines (3 loc) 203 B
import type { EggApplicationCore } from 'egg'; import type { EggScheduleItem } from './types.js'; export declare function loadSchedule(app: EggApplicationCore): Promise<Record<string, EggScheduleItem>>;