@bytebury/sauce - v2.2.0
    Preparing search index...

    Type Alias Prettify<T>

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

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

    Type Parameters

    • T