is-object topic

List is-object 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-what

112
Stars
19
Forks
Watchers

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.

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...