Documents for @litert/utils-object
    Preparing search index...

    Function hasProperties

    • Check if the object has any of the specified properties.

      Type Parameters

      • T extends IObject

      Parameters

      • obj: T

        The object to check

      • properties: (keyof T)[]

        The properties to check for

      Returns boolean