Link Search Menu Expand Document

utils.d overview


Table of contents


utils

Writable (type alias)

Signature

export declare type Writable<T> = {
  -readonly [P in keyof T]: T[P]
}