@snow-tzu/type-config
Version:
Core configuration management system with Spring Boot-like features
7 lines • 322 B
TypeScript
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