• Checks if value is a plain JavaScript object, that is, an object created by an object literal, the Object constructor, or one with a prototype of null, i.e. Object.create(null).

    Returns

    true if value is a plain object, else false

    Parameters

    • value: any

      the value to check.

    Returns boolean

Generated using TypeDoc