Initial Save
This commit is contained in:
2
node_modules/apollo-graphql/lib/utilities/mapValues.d.ts
generated
vendored
Normal file
2
node_modules/apollo-graphql/lib/utilities/mapValues.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
export declare function mapValues<T, U = T>(object: Record<string, T>, callback: (value: T) => U): Record<string, U>;
|
||||
//# sourceMappingURL=mapValues.d.ts.map
|
||||
Reference in New Issue
Block a user