UNPKG

i18next-phrase-in-context-editor-post-processor

Version:
4 lines 164 B
export type DeepPartial<T> = T extends Function ? T : (T extends object ? { [P in keyof T]?: DeepPartial<T[P]>; } : T); //# sourceMappingURL=helpers.d.ts.map