UNPKG

113 BTypeScriptView Raw
1import { ReadonlyDeep, RequiredDeep } from 'type-fest';
2export type Mirrored<T> = ReadonlyDeep<RequiredDeep<T>>;