mapValues.d.ts 157 B

12
  1. export declare function mapValues<T, U = T>(object: Record<string, T>, callback: (value: T) => U): Record<string, U>;
  2. //# sourceMappingURL=mapValues.d.ts.map