/** * Returns a writable type version of type. */ export type Writable = { -readonly [K in keyof T]: T[K]; }; //# sourceMappingURL=writable.d.ts.map