UNPKG

@benev/nubs

Version:
2 lines (1 loc) 136 B
export declare function objectMap<Input extends {}, Output extends {}>(input: Input, mapper: (value: any, key: string) => any): Output;