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

    Type Alias PlainObject

    PlainObject: { __brand: "PlainObject"; constructor: Object }

    A plain, prototype-bearing object - created via:

    • Object literals: {}
    • new Object()
    • Object.create(Object.prototype) or equivalent

    Excludes prototype-less objects created via Object.create(null), which are covered by the DictionaryObject type.

    Type declaration

    • __brand: "PlainObject"
    • constructor: Object