is-obj
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

is-obj

Check if a value is an object

Keep in mind that array, function, regexp, etc, are objects in JavaScript.

See is-plain-obj if you want to check for plain objects.

Install

$ npm install is-obj

Usage

import isObject from 'is-obj';

isObject({foo: 'bar'});
//=> true

isObject([1, 2, 3]);
//=> true

isObject('foo');
//=> false

Related

  • is - Type check values

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.0
    126,055
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 3.0.0
    126,055
  • 2.0.0
    13,568,795
  • 1.0.1
    8,881,756
  • 1.0.0
    62

Package Sidebar

Install

npm i is-obj

Weekly Downloads

22,576,668

Version

3.0.0

License

MIT

Unpacked Size

3.21 kB

Total Files

5

Last publish

Collaborators

  • sindresorhus