UNPKG

ml-gsd

Version:
4 lines 124 B
export type MakeMandatory<T, K extends keyof T> = T & { [P in K]-?: T[P]; }; //# sourceMappingURL=MakeMandatory.d.ts.map