ezolenko c501e1a34f - fix for TS5052
- cleanup
2017-07-31 23:27:05 -06:00

2 lines
61 B
TypeScript

export declare type Partial<T> = { [P in keyof T]?: T[P]; };