Topic: "is-obj"
jonschlinkert/is-plain-object
Returns true if the given value is an object created by the Object constructor.
Language: HTML - Size: 46.9 KB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 151 - Forks: 31

jonschlinkert/isobject
Is the value an object, and not an array or null?
Language: JavaScript - Size: 39.1 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 106 - Forks: 19

jonschlinkert/is-extendable
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 that can be extended.
Language: JavaScript - Size: 19.5 KB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 19 - Forks: 5
