UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 124 B
/** * Remove readonly modifier from a type */ export declare type Writeable<T> = { -readonly [P in keyof T]: T[P]; };