Function isObject

  • A type guard for RuntimeObject.

    Returns

    Whether the specified value has a runtime type of object and is neither null nor an Array.

    Parameters

    • value: unknown

      The value to check.

    Returns value is RuntimeObject