is-obj topic
                        List
                        is-obj repositories
                    
                is-plain-object
                            
                                150
                            
                            
                        
                        Stars
                    
                            
                                30
                            
                            
                        
                        Forks
                    Watchers
                    Returns true if the given value is an object created by the Object constructor.
isobject
                            
                                104
                            
                            
                        
                        Stars
                    
                            
                                19
                            
                            
                        
                        Forks
                    Watchers
                    Is the value an object, and not an array or null?
is-extendable
                            
                                19
                            
                            
                        
                        Stars
                    
                            
                                5
                            
                            
                        
                        Forks
                    Watchers
                    Answers the question: "can this value have keys?". Returns true if a value is any of the object types: array, regexp, plain object, function or date. Useful for determining if a value is an object tha...