UNPKG

@snow-tzu/type-config

Version:

Core configuration management system with Spring Boot-like features

7 lines 322 B
import 'reflect-metadata'; export declare class MapBinder { isMapProperty(target: any, propertyKey: string): boolean; isRecordProperty(target: any, propertyKey: string): boolean; objectToMap<T = any>(obj: Record<string, any>, valueType?: new () => T): Map<string, T>; } //# sourceMappingURL=map-binder.d.ts.map