isObject

Checks if a given value is an object.

Signature

export declare function isObject(o: any): o is Record<string, unknown>;
JSDoc
Parameters
o
The value to check.
Returns

`true` if the value is an object, otherwise `false`.

Members

This export does not declare public properties or methods in the generated declaration file.