@luolapeikko/ts-common
    Preparing search index...

    Type Alias NonEmpty<T>

    NonEmpty: keyof T extends never ? never : T

    Can be used to ensure that an object is not empty object.

    Type Parameters

    • T

      The type of the object

    v0.1.0