UNPKG

@riddance/host

Version:

7 lines (6 loc) 344 B
import { Context } from '../context.js'; import { RootLogger } from './context.js'; import type { TimerHandler } from './timer-registry.js'; export declare function triggerTimer(log: RootLogger, context: Omit<Context, 'log'>, handler: TimerHandler, options: { readonly triggerTime: Date; }, success: () => Promise<unknown>): Promise<void>;