isobject
Returns true if the value is an object and not an array or null.
Found 37 results for isobject
Returns true if the value is an object and not an array or null.
Returns true if an object was created by the `Object` constructor, or Object.create(null).
Isomorphic, functional type-checking for Javascript
Test if a value is an object.
Get a property from an object using dot (object path) notation.
Test if a value is a plain object.
Returns `true` if a value exists in the given string, array or object.
Validates if a value is a JavaScript object.
SuperDiff compares two arrays or objects and returns a full diff of their differences
verifies if is an object and not an array or null
Test if a value is iterator-like.
Like pluck from underscore / lo-dash, but returns an object composed of specified properties, with values unmodified from those of the original object.
Test if a value is iterable-like.
👺 weak but accurate type checking that returns a string representation of input's type
Test if a value is an array-like object containing only plain objects.
Test if an object-like value contains a circular reference.
Get a nested property or its value from an object using simple `a.b.c` paths.
There are simple and useful functions developed for JSONs.
Test if a value is an empty object.
async isobjecthelper method as module.
Small utility to check variable types
Test if a value is a plain object containing a circular reference.
Test whether value is a plain object
Test if a value is an array-like object containing only Date objects.
Check does the given Javascript Object is an object.
Test if a value is a generator object.
Tiny package which helps to check that value is an object in JavaScript.
Check if a value is a plain object, with TypeGuard.
Test if a value is an array-like object containing only objects.
Test if a value is generator object-like.
A utility to test if a 'value' has a type of 'Object' and is not null
A partial to check whether an object is a plain object.
Determine wether something is an object, with TypeScript support.
Check does the given Javascript Object is an object.
A collection of utilities dealing with object
Get a property from an object using dot (object path) notation.
judge a param is an object