Checks whether a value is an object, because typeof is a troll
☆22Dec 30, 2025Updated 2 months ago
Alternatives and similar repositories for is-object
Users that are interested in is-object are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆22Dec 30, 2025Updated 2 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Dec 30, 2025Updated 2 months ago
- utility to create an element from a simple CSS selector☆13Aug 1, 2023Updated 2 years ago
- Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.☆15Mar 16, 2026Updated last week
- ES6 spec-compliant Function.prototype.name sham.☆12Dec 20, 2024Updated last year
- Check if an object can be used like an Array☆17Sep 13, 2025Updated 6 months ago
- An ESnext spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.☆32Dec 30, 2025Updated 2 months ago
- Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or…☆12Sep 1, 2017Updated 8 years ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆42Dec 30, 2025Updated 2 months ago
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆18Dec 30, 2025Updated 2 months ago
- utility to find a node☆23Feb 4, 2025Updated last year
- Iterate over the enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit e…☆35Feb 28, 2017Updated 9 years ago
- Is this an ES6 Symbol value?☆19Mar 16, 2026Updated last week
- A library to make errors.☆12Oct 23, 2021Updated 4 years ago
- A through2 wrapper to create an Array.prototype.filter analog for streams☆34Feb 28, 2026Updated 3 weeks ago
- Convert a username/group name to a uid/gid number☆18Oct 8, 2015Updated 10 years ago
- Returns true if a value has the characteristics of a valid JavaScript data descriptor.☆21Dec 30, 2025Updated 2 months ago
- Autoload Plugins for PostCSS☆20May 11, 2020Updated 5 years ago
- Does a shallow comparison of two objects, returning false if the keys or values differ.☆29May 14, 2018Updated 7 years ago
- Implementation of HyperBloom Protocol☆24May 6, 2017Updated 8 years ago
- Is the typeof value a javascript primitive?☆37Mar 20, 2021Updated 5 years ago
- ES spec-compliant shim for String.prototype.padStart☆23Dec 30, 2025Updated 2 months ago
- Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulti…☆39Sep 1, 2017Updated 8 years ago
- Basic cache object for storing key-value pairs. Based on MapCache in Lo-dash 3.0☆20May 10, 2016Updated 9 years ago
- An ESnext spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.☆31Dec 30, 2025Updated 2 months ago
- Deceive HTTP Parser☆17Sep 18, 2021Updated 4 years ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Dec 30, 2025Updated 2 months ago
- Detect whether or not an object is a Typed Array☆21Jan 23, 2024Updated 2 years ago
- Is this value a JS regex?☆24Updated this week
- Fast and configurable DNS lookup cache☆16Dec 30, 2022Updated 3 years ago
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated this week
- Use npm's Arborist to get a dependency tree for a package.☆14Mar 16, 2026Updated last week
- seamlessly queue up asynchronous function calls. supports concurrency and timeouts.☆21Nov 6, 2019Updated 6 years ago
- CLI tool for automating the use of docker containers in streaming data processing pipelines. Works on Windows, Mac and Linux.☆68Feb 18, 2015Updated 11 years ago
- Turn an array into a list of comma-separated values, appropriate for use in an English sentence.☆26Oct 27, 2022Updated 3 years ago
- Get an array of all distinct NaN values supported by the engine. There can be only one!☆12Oct 27, 2022Updated 3 years ago
- A node.js stream you can pull data from.☆24Oct 3, 2015Updated 10 years ago
- A through2 wrapper to emulate Array.prototype.reduce for streams.☆29Feb 5, 2016Updated 10 years ago
- Are these two values conceptually equal?☆60Dec 30, 2025Updated 2 months ago