Skip to content

@vttforge/core / Prettify

Type Alias: Prettify<T>

Prettify<T> = { [K in keyof T]: T[K] } & object

Flatten an intersection / mapped type into a plain object literal so IDE hovers stay readable (Matt Pocock's Prettify). Use on every public conditional-type surface, for IDE performance.

Type Parameters

T

T

MIT licensed.