@apollo/utils.withrequired
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,2 +0,2 @@ | ||
export declare type WithRequired<T, K extends keyof T> = T & Required<Pick<T, K>>; | ||
export type WithRequired<T, K extends keyof T> = T & Required<Pick<T, K>>; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@apollo/utils.withrequired", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript utility type WithRequired", | ||
@@ -5,0 +5,0 @@ "main": "", |
Sorry, the diff of this file is not supported yet
3594