You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

is.object

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is.object

determines if is an object and not an array or null

0.0.0
Source
npm
Version published
Weekly downloads
6.1K
4.54%
Maintainers
1
Weekly downloads
 
Created
Source

is.object

determines if is an object and not an array or null

Build StatusCode Coverage 100%ISC LicenseNodeJS

JavaScript Style Guide

api

const isObject = require('is.object')

isObject(value)

example

first example

const isObject = require('is.object')

isObject({})// returns true
isObject(null)// returns false
isObject([])// returns false

ISC License (ISC)

Keywords

utils

FAQs

Package last updated on 16 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts