mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 19:26:40 +00:00
2 lines
No EOL
157 B
TypeScript
2 lines
No EOL
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
|