UNPKG

shopper

Version:
4 lines (3 loc) 148 B
export declare function objectMap<V = any, X = any, O extends {} = {}>(input: O, mapper: (value: X, key: string) => V): { [P in keyof O]: V; };