Checks if the given value is object-like.

An object-like value is not null, is of type object, is not a function, and is not an array.

  • Parameters

    • value: unknown

      The value to check.

    Returns boolean

    true if the value is object-like, otherwise false.

MMNEPVFCICPMFPCPTTAAATR