UNPKG

80 BTypeScriptView Raw
1export type Writable<Type> = {
2 -readonly [Key in keyof Type]: Type[Key];
3};