UNPKG
@darlean/timers-suite
Version:
latest (2.0.0-alpha.7)
2.0.0-alpha.7
2.0.0-alpha.6
2.0.0-alpha.5
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
Timers Suite that provides persistent timer functionality
darlean.io
@darlean/timers-suite
/
lib
/
index.d.ts
9 lines
(8 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Suite that provides the Timers Service. * *
@packageDocumentation
*/
import
{
ActorSuite
}
from
'@darlean/base'
;
export
*
from
'./timers'
;
export
declare
function
createTimersSuite
(
):
ActorSuite
;