UNPKG

pandora

Version:
11 lines (10 loc) 316 B
export declare class GlobalConfigProcessor { private globalConfig; static instance: any; private initialized; static GLOBAL_PACKAGE_SPLIT: string; static getInstance(): GlobalConfigProcessor; getAllProperties(): any; mergeProperties(properties: any): void; clearProperties(): void; }