@corefunc/corefunc
    Preparing search index...

    Function objectIsOwnProperty

    • Type Parameters

      • ObjectType extends Record<string, any>

      Parameters

      • object: ObjectType

        Object to search in

      • Optionalkey: string

        Key name.

      Returns boolean

      Is own property.

      objectGetProperty

      Whether the object has the specified own property.

      0.1.55