UNPKG

nodejs-connected-drive

Version:
4 lines 152 B
export declare type DeepPartial<T> = { [P in keyof T]?: T[P] extends never ? never : DeepPartial<T[P]>; }; //# sourceMappingURL=DeepPartial.d.ts.map