UNPKG

@darlean/base

Version:

Base types and definitions for creating Darlean actors and suites

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