UNPKG

@eggjs/schedule

Version:

schedule plugin for egg, support corn job.

8 lines (6 loc) 134 B
import { TimerStrategy } from './timer.js'; export class AllStrategy extends TimerStrategy { handler() { this.sendAll(); } }