Returns true if an object was created by the Object
constructor, or Object.create(null).
Returns true if the value is an object and not an array or null.
JS type check (TypeScript supported) functions like isPlainObject() isArray()
etc. A simple & small integration.
Get a property from an object using dot (object path) notation.
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)