UNPKG

@nesvet/n

Version:
4 lines 103 B
export type Mutable<T> = { -readonly [P in keyof T]: T[P]; }; //# sourceMappingURL=Mutable.d.ts.map