UNPKG

@snow-tzu/type-config

Version:

Core configuration management system with Spring Boot-like features

8 lines 436 B
export declare class PlaceholderResolver { private readonly placeholderPattern; private readonly escapedPattern; hasPlaceholder(value: string): boolean; resolve(value: string, envProvider?: (key: string) => string | undefined): string | undefined; resolveObject(config: Record<string, any>, envProvider?: (key: string) => string | undefined): Record<string, any>; } //# sourceMappingURL=placeholder-resolver.d.ts.map