UNPKG

ts-std-lib

Version:
7 lines (6 loc) 99 B
/** * Naughty */ export declare type Mutable<T> = { -readonly [P in keyof T]: T[P]; };