pandora
Version:
A powerful and lightweight application manager for Node.js applications powered by TypeScript.
12 lines (11 loc) • 348 B
TypeScript
export declare class GlobalConfigProcessor {
private globalConfig;
static instance: any;
private initialized;
static GLOBAL_PACKAGE_SPLIT: string;
loadedConfigPath: string[];
static getInstance(): GlobalConfigProcessor;
getAllProperties(): any;
mergeProperties(properties: any): void;
clearProperties(): void;
}