export type TGetValueForKeyFunction = (map: T extends object ? Map | WeakMap : Map, key: T) => U;