UNPKG

247 BSource Map (JSON)View Raw
1{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/util/types.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Remove readonly modifier from a type\n */\nexport type Writeable<T> = { -readonly [P in keyof T]: T[P] };\n"]}
\No newline at end of file