UNPKG

@darlean/base

Version:

Base types and definitions for creating Darlean actors and suites

8 lines (7 loc) 215 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TIMERS_SERVICE = void 0; /** * Actor type for the Timers Service */ exports.TIMERS_SERVICE = 'io.darlean.TimersService';