@wopjs/cast - v0.1.16
    Preparing search index...

    Function toNonEmptyJSONObject

    • Returns x if x is a plain object and has at least one key with non-undefined value, otherwise returns undefined.

      Type Parameters

      • T

      Parameters

      • x: T

      Returns ExtractPlainObject<T> | undefined