FunctionsCommonIsObjectCommonIsObject CallableCommonIsObject(value: unknown): value is Record<string, unknown>Type guard which checks that a value is a simple object (i.e. a non-null object which is not an array)Parametersvalue: unknownThe value to testReturns value is Record<string, unknown>
Type guard which checks that a value is a simple object (i.e. a non-null object which is not an array)