FunctionsCommonIsObjectCommonIsObject CallableCommonIsObject(value: unknown): value is anyType 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 any
Type guard which checks that a value is a simple object (i.e. a non-null object which is not an array)