UNPKG

@darlean/timers-suite

Version:

Timers Suite that provides persistent timer functionality

9 lines (8 loc) 214 B
/** * Suite that provides the Timers Service. * * @packageDocumentation */ import { ActorSuite } from '@darlean/base'; export * from './timers'; export declare function createTimersSuite(): ActorSuite;