• Returns whether the provided value is a JavaScript Object (i.e. anything but a primitive).

    You will typically want to use more specific functions such as isPlainObject instead

    Parameters

    • value: unknown

    Returns value is object

Methods

Methods