harperdb
Version:
HarperDB is a distributed database, caching service, streaming broker, and application development platform focused on performance and ease of use.
11 lines (10 loc) • 317 B
TypeScript
/**
* Component Status Registry Singleton
*
* This module provides the global component status registry instance.
*/
import { ComponentStatusRegistry } from './ComponentStatusRegistry.ts';
/**
* Global component status registry instance
*/
export declare const componentStatusRegistry: ComponentStatusRegistry;