federation/gateway/node_modules/apollo-env/lib/utils/mapValues.d.ts
2020-11-14 16:43:58 +01:00

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