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.

Readme

Keywords

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