UNPKG

rubic-sdk

Version:
4 lines (3 loc) 66 B
export type Mutable<T> = { -readonly [P in keyof T]: T[P]; };