export type TGetValueForKeyFunction = (map: T extends object ? Map | WeakMap : Map, key: T) => U; //# sourceMappingURL=get-value-for-key-function.d.ts.map