UNPKG

@imqueue/core

Version:

Simple JSON-based messaging queue for inter service communication

10 lines (9 loc) 256 B
declare class DebugGetter { name: string; static propertiesMap: Record<string, string>; private get property(); private set property(value); constructor(name: string); addProperty(value: string): void; removeProperty(): void; }