isobject
There are 16 repositories under isobject topic.
jonschlinkert/is-plain-object
Returns true if the given value is an object created by the Object constructor.
jonschlinkert/isobject
Is the value an object, and not an array or null?
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.
mrvautin/parsa
Parsa ya data! An all purpose module to parse, sanitize, extract and validate data.
stdlib-js/assert-is-empty-object
Test if a value is an empty object.
stdlib-js/assert-is-generator-object-like
Test if a value is generator object-like.
stdlib-js/assert-is-iterator-like
Test if a value is iterator-like.
stdlib-js/assert-is-plain-object
Test if a value is a plain object.
stdlib-js/assert-is-circular
Test if an object-like value contains a circular reference.
stdlib-js/assert-is-circular-plain-object
Test if a value is a plain object containing a circular reference.
stdlib-js/assert-is-date-object-array
Test if a value is an array-like object containing only Date objects.
stdlib-js/assert-is-generator-object
Test if a value is a generator object.
stdlib-js/assert-is-iterable-like
Test if a value is iterable-like.
stdlib-js/assert-is-object
Test if a value is an object.
stdlib-js/assert-is-object-array
Test if a value is an array-like object containing only objects.
stdlib-js/assert-is-plain-object-array
Test if a value is an array-like object containing only plain objects.