Eugene Zolenko 546235cf9a - build
2018-07-05 14:39:57 -06:00

4 lines
105 B
TypeScript

export declare type Partial<T> = {
[P in keyof T]?: T[P];
};
//# sourceMappingURL=partial.d.ts.map