augment-vir - v32.2.2
    Preparing search index...

    Type Alias IsEmptyObject<T>

    IsEmptyObject: T extends EmptyObject ? true : false

    Returns a boolean for whether the type is strictly equal to an empty plain object, the {} value.

    Copied from the IsEmptyObject type in the type-fest package so that this package's public types do not depend on type-fest (see the note in type-checks.ts).

    Type Parameters

    • T