@petsel/es-type-detection - v1.0.0
    Preparing search index...

    Function isDictionaryObject

    • Matches object structures which do not have a prototype object. Such objects remain unaffected by changes of Object.prototype.

      Parameters

      • Optionalvalue: any

        An optionally passed value of any type.

      Returns value is DictionaryObject

      Whether the passed value can be described as "Null-prototype object" or "Prototype-less object".