Documentation - v0.0.1
    Preparing search index...

    Type Alias WithoutEmptyObject<T>

    WithoutEmptyObject: keyof T extends never ? never : T

    Type Parameters

    • T