Files
2025-03-28 12:30:19 +11:00

2 lines
157 B
TypeScript

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