UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

2 lines (1 loc) 141 B
export declare function mapValues<Input, Output>(object: Record<string, Input>, iteratee: (value: Input) => Output): Record<string, Output>;