type alias Prettify

A utility type that takes an nobject type and makes the hover overlay more readable for the developer.

Type Parameters

Definition

[K in keyof T]: T[K] & { }

Usage

import { type Prettify } from ".";